a bundle of aliases/functions wrapping some commonly used/useful git command using some humanize,directviewing name
git clone git@github.com:rainchen/git-cmd-helpers.git- edit
~/.bash_profile, append:for f in ~/git-cmd-helpers/*.sh; do source $f; done - reload the bash_profile:
source ~/.bash_profileor open new terminal window
git-cmd-helpers-usage-demo.bash
git-aliases.sh: somealiaswrapping some commonly used/useful git command using humanize,directviewing namegit-functions.sh: commands wrapping usingfunction, support argumentsgithub-functions.sh: some shortcuts for accessing github.comgitlab-functions.sh: some shortcuts for accessing a gitlab websitebitbucket-functions.sh: some shortcuts for accessing a bitbucket website
git-autocomplete: this is a MUST INSTALL helper, bash-completion contains git-autocomplete, install:brew install bash-completion- hub: hub is a command-line wrapper for git that makes you better at GitHub.
- github-gem:
githubcommand line helper for simplifying your GitHub experience.