Git Configuration
Alias for generally used Git commands

Following configuration can be used to speed up git usage.

Edit Content

nano ~/.gitconfig

Config Content

[user]
name = Sakthi Priyan H
email = **************

[alias]
br = branch
cm = commit -m
ca = commit -a -m
co = checkout
pr = pull --rebase
pu = push
re = rebase
st = status
tp = push --tags

Share

Great!! You read till this point, just go ahead and share this post to your followers, collegues and friends. Thanks!

About Author

Sakthi Priyan H
Passionate Programmer

  • I am passionate about building excellent teams, processes and systems.
  • Primarily I use Java, Scala and Python for building various systems and tools.
  • Building API services, Big data processing and Machine Learning systems in Crayon Data.
  • Also, interested in Golang and building web apps using Javascript ecosystem.
  • I wrote my first program in BASIC in 1998, Passionate about computers since then.