#git
Read more stories on Hashnode
Articles with this tag
How to use git stash Here's the sequence to follow when using git stash: Save changes to branch A. Run git stash. Check out branch B. Fix the bug in...
Git What is git internals CS50 ? designed to be distributed. .git -> folder inside your working directory changes that we make in local are...
Motivation There are times when i just wanted to clone the changes made by my colleagues and i wanted to check those changes in my local How to do...
Problem lets say a developer worked on a change on a branch : master-qprod and we want to check these changes in our local, but we are not having this...
Motivation while doing the merge when there are multiple commits it is a good practice to combine your local changes into one commit so that it is...
Here i am basically documenting what i have learned during the process of the Microsoft October learning challenge This one is the coolest ever...