Skip to content

Instantly share code, notes, and snippets.

@itsmunim
Last active April 3, 2020 07:23
Show Gist options
  • Save itsmunim/1af67f71f5ae5e926996ab2c2608141a to your computer and use it in GitHub Desktop.
Save itsmunim/1af67f71f5ae5e926996ab2c2608141a to your computer and use it in GitHub Desktop.
Use git the right way with these aliases

🕺Easy Hacks with Git Alias 🕺

👊To make things easier with git, I have created a few git aliases as well as few bash aliases.

👀Combining these two, I do power use of git commands during my daily development.

🤘Sharing here so that you can do the same!

🥶You must have the .gitconfig placed at your root ~/ and without it, the clr alias in .bash_profile won't work.

🤝You can also define the aliases from .bash_profile in .bashrc or .zshrc. Refer to the comments against each and every alias to know what they do.

🙏Hope this makes your life easier and don't forget to share some love by hitting the star!☝️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment