Custom Search

Friday, March 10, 2017

How to git github rename local and remote branch

$git clone your_project
$git checkout old_branch_name
$git branch -m new_branch_name
$git push origin : old_branch_name new_branch_name


No comments:

Post a Comment