Git Product home page Git Product logo

gprofile's Introduction

gprofile

A command line tool for using git with multiple user profiles. Intended for anybody who uses ssh and manages multiple git accounts on a single computer.

Installation (Production Version)

Run npm install -g gprofile to globally install this CLI. Once installed you can access it via gprofile in the command line.

Running in Development

After cloning this repository run yarn gprofile [...args] or npm run gprofile [...args] If you're not using yarn you should install it... Here are some instructions

Commands

Note, all git profile username + email pairings are stored in a local JSON file on your machine unencrypted.

gprofile create -u <username> -e <email> - Creates a git profile with a username corresponding to a github username and an email corresponding to a contact email. gprofile update <old_username> [-u <username>] [-e <email>] - Updates either the username, email or both for a git profile. gprofile remove -u <username> - Deletes a git profile from the local data store. gprofile use -u <username> - Updates the git config user.name and user.email to match the profile you selected. gprofile list - Lists all current git profiles stored by gprofile. gprofile gprofile help - Lists all of the above commands and their parameters.

gprofile's People

Contributors

aquillin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.