Nieuws

The easiest way to undo a git commit is with the git commit --amend command. This quick tutorial will show you how to quickly amend any Git commit.
As the name implies, git undo is a command that allows you to redo an operation that you made a mistake. There are several demo movies available, for example, how to fix a commit that was ...
Sometimes, you commit changes to the master branch and realize you never should have. To roll back the HEAD and undo those commits, the git reset hard command is the right command to use. In this Git ...
Invented for Linux kernel development, Git version control now powers millions of projects across the globe. You can use it with or without GitHub.
Ran into a strange issue with git. A dev's commit to a project disappeared a day later (we know the that the commit occurred from the Jenkins build email). The commit was missing from the dev's ...