[GIT] How to replace the master branch with another branch.
TL;DR; git checkout master git reset --hard fixed-master-branch git push origin master -f Sometimes someone may pollute the ‘master’ branch…
TL;DR; git checkout master git reset --hard fixed-master-branch git push origin master -f Sometimes someone may pollute the ‘master’ branch…
Got this annoying dialog popping up on Sublime Text 2? Go to Preferences > Browse Packages … a Finder window…
Most of the times, it makes more sense to start working on something that slowly transforms into the beginning of…
I don’t know if it’s the crazy syntax, but for the life of me, I always need to come back…
About Version Control Source: wikipedia.org Revision Control (also known as version control (system) (VCS), source control or (source) code management…