Ditch USBs and start using real version control, and if you follow this guide, you can start using git in 30 minutes! If you have any experience with programming or just altering config files, I'm ...
While on the Git branch to rename, issue the git branch -m new-branch-name command. Push the new branch to your remote repository. Delete the branch with the old name from your remote repo. The ...