My articles about Git

Remove modified files from a Git Pull Request but keep them with their changes on your local branch

The scenario described on the title of the article happens pretty often. You committed files, pushed them to a feature branch and created a new pull request to merge them to master. However, maybe you accidentally pushed modified files, for which work is still in progress and you do not want them on master yet. So now you want to remove specific files from the pull request but keep the changes you made in these files locally. How?

Read the complete article

A work-in-progress list of my favorite Git commands

I was planning to write an article as a reference for the Git commands I use the most. In the following list you see these commands and an explanation for each one of them:

Read the complete article