Rename Branch in github

Run below command change the branch name according to yours, Please pull before you run the below command


$ git branch -m old_branch new_branch 
$ git push origin :old_branch 
$ git push --set-upstream origin new_branch

Start and Stop ssh-agent

Below is the bash script used to start and stop ss-agent #!/bin/bash ## in .bash_profile SSHAGENT=`which ssh-agent` SSHAGENTARGS="...