Bhuvanesh Prasadbhuvaneshprasad.hashnode.dev·Jul 28, 2023Git & GitHub - Branch & MergingThis article is a continuation of the earlier article Git stage & snapshot. In this article, we'll see how to isolate the codes by working with branches and integrating the changes. Git Branch When you're working on a project with a team, it's a good...Git
5 Mins Learn5minslearn.hashnode.dev·Aug 15, 2022Git Checkout, Reset, Revert. When to use what?Brief about Git Checkout, Reset, Revert We often come across some weird scenarios (especially my team) while committing our code changes. Some of them are, How can I bring the file to working area, which I have added to the staging area by mistake? ...35 readsgitreset