[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…
This is one of the ways you can decode Pixel colors out of the integers you get from Android Pixels.…