
Git: Compare changes between 2 versions
It’s easy to track change per commit in Git using git diff command. Do you know this command is more powerful than that? It allows…
It’s easy to track change per commit in Git using git diff command. Do you know this command is more powerful than that? It allows…
To show only file names in Git log, use this command: git log –name-status –graph –oneline The key parameter here is –name-status. The others are…
Sometimes after you push some commits to the remote, you realize that there is a mistake. So you need to revert all of the commits…
Although GIT is everywhere, SVN still is the version control for all the themes and plugins hosted on WordPress.org. I’ve been playing with both SVN and…