code management

Git

Git FAQs I Encounter Regularly

Git is much more than just `push`/`pull` of your code. In this post I will discuss other supporting commands and tricks to handle some scenarios I have encountered while coding in a team. These are also the questions that I'm asked by most git beginners I work with.

Read