#github
Read more stories on Hashnode
Articles with this tag
when we want to record the current state of the working directory and the index, but want to go back to a clean working directory. Why is git stash...
Git Stash Git stash temporarily shelves (or stashes) changes you’ve made to your working copy so you can work on something else, and then come back...
This article defines both Git rebase and merge, how they work, and how they’re similar and different. We will also look at each option’s pros and...
Before starting the command's section, lets see how we can installl git in our local or VM's: Installing Git on Windows Step 2: You will view the...
What is Git? GIT is an open source Distributed Version Control System (DVCS) which records changes made in your project or a set of files laying...