Use the following code to set the default username for your git repo git config --global user.name "jfernandez" and the following to check: git config --global user.name Use the Read More
if you have revered a commit and want the remote branch to reflect your revert + latest commits use this bit of code git push -f origin master Note that this will reset your Read More