Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for 
change notification.

The "GitWorkflow" page has been changed by JoshSoref:
https://wiki.apache.org/cordova/GitWorkflow?action=diff&rev1=1&rev2=2

Comment:
Suggest Git v1.7.0 syntax for deleting branches

  
  {{{
  $ git branch -d CB-1234
- $ git push origin :CB-1234
+ $ git push origin --delete CB-1234
  }}}
  I know, deleting a remote topic branch is ugly (git push origin :CB-1234).
  

Reply via email to