- Clone repo
git clone git@github.com:neil-lobo/github-change.git- Make script executable
cd github-change/src
chmod u+x github-change-
Add
srcto yourPATHvariable -
Create
src/accounts.jsonfile- Follow
src/example.accounts.jsonfile
- Follow
-
Optionally, turn on auto signing for commits
git config --global commit.gpgsign true- Add to
.bashrcfile or equivalent
eval "$(ssh-agent -s)" > /dev/null
github-change 2> /dev/null- Optionally, create an alias in
.bashrcfile or equivalent
alias ghc='github-change'github-change -sgithub-change -c [account-name]