Skip to content

jbeightol/git-tricks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

git-tricks

Share your git tricks here.

Branches

J's additions below

Alias git to ‘g’

I also alias git to g, saving me 66% on typing time! Also, I’m lazy. Add the following to your .bashrc or .zshrc:

alias g='git' Now, you’ll probably also want to have the Git Autocompletion when you’re using g as well. Add this to your .bashrc or .zshrc:

Autocomplete for 'g' as well

complete -o default -o nospace -F _git g

About

Share your git tricks [git, quick]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published