Branch, GitGit: Rename a Branch April 27, 2015 by nasrulhazim.m git branch -m old_branch_name new_branch_name #Rename branch locally git push origin :development #Delete the old branch git push --set-upstream origin new_branch_name #Push the new branch, set local branch to track the new remote Reference: https://gist.github.com/lttlrck/9628955Post navigationMicro-framework: SlimQuick Development: Slim Framework + Illuminate(Laravel)