curl 'https://raw.githubusercontent.com/tylerfowle/gitline/master/gitline.sh' > /usr/local/bin/gitline.sh
sudo chmod 755 '/usr/local/bin/gitline.sh'
alias gitline='/usr/local/bin/gitline.sh'
alias gl='/usr/local/bin/gitline.sh'
instructions: https://help.github.com/articles/creating-an-access-token-for-command-line-use/
scope:
repo [x]
repo:status [x]
repo_deployment [x]
public_repo [x]
gist [x]
user [x]
user:email [x]
user:follow [x]
you can set any number of options in any order. token: personal access token created in step 4. owner: user or organisation repo: repo name
gitline --token=[token] --owner=[owner] --repo=[repo] --username=[your username] --qausername[qa username]