Articles in this series
Using Multi-Line Command Function in .zshrc to search git logs · Add the following function to your .zshrc file & then source ~/.zshrcThis search is case...
Streamline Your Repository and Pick Your Commits Wisely · Let's learn how to clean up and maintain your git repo Git Clean: Cleans the working tree by...
Let's learn how to view git commit history better · Let's learn how to view commit history better A better way to view commit history git log...
Learn how to use Git commands Better - Part 1 · We will learn how to use Git better on your machine Check what settings are already present: git config...
How I commit code efficiently · This is how I commit my code. I use Git as the Version Control System. Yet, the following concepts is applicable for any...