Helpful git aliases
Some smart git aliases to simplify your job.
For the commit command use ci:
git config --global alias.ci commit
For the diff command use d:
git config --global alias.d diff
For the log command use l:
git config --global alias.l log
For the status command use s:
git config --global alias.s status
Hope this helps!
Written by Davide Targa
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#