No subject

Kacper Kornet draenog at pld-linux.org
Mon Jul 9 23:35:57 CEST 2012


pld-devel-pl
Cc: 
Bcc: 
Subject: Git HOWTO: change branch name
Reply-To: 

A remark which just came to my mind.

If for any reason you decide to change the name of exported branch, you
should do this in this order:

git branch -m oldname newname
git push origin newname
git push --delete origin oldname

This way you avoid superfluous notification emails.

-- 
 Kacper


More information about the pld-devel-en mailing list