If you have deleted files and then committed the folder the file is in, and surprised to see that the commit has not taken the delete you have just done? Run this command instead Read More
If you have merged in code from a Fork and wanted to undo the merge. Please follow the following steps. Reset your local repo ( this will rollback the head by 2 commits) git reset Read More
Used when a developer has pushed some code upstream and wants to merge with yours or the master branch. First, you will be notified that someone has made a pull request. In your Read More
This is required if you want to push your code upstream to a master repo. Go to your repo and ‘Create a pull request’ Then make sure you have selected the branch you Read More