/git-setup

Simple multiple git/github account management

Primary LanguageShell

git-setup

Simple git init and git clone wrapper to initialize git user's email and the right SSH key. Useful for managing multiple GitHub accounts.

See: StackOverflow

Usage

git setup git@github.com/your/repo.git

or

mkdir new-repo && cd new-repo git setup

Installation

git clone https://github.com/ibolmo/git-setup.git
ln -s $(pwd)/git-setup/git-setup ~/bin/git-setup # or add to path

Requirements

  • git: 2.10.x or greater