git-cmd-helpers
git-cmd-helpers copied to clipboard
a bundle of shell-aliases and shell-functions for git
git-cmd-helpers
What is this?
a bundle of aliases/functions wrapping some commonly used/useful git command using some humanize,directviewing name
How to use?
git clone [email protected]: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
Usage Demo
git-cmd-helpers-usage-demo.bash
Summary for each file
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
Other popular git helpers
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.