Skip to content

Instantly share code, notes, and snippets.

@kosinix
Created December 18, 2017 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kosinix/a5f2c0306abf0679f97ca45dba867ac7 to your computer and use it in GitHub Desktop.
Save kosinix/a5f2c0306abf0679f97ca45dba867ac7 to your computer and use it in GitHub Desktop.
git gotcha

Save vim commit message

Press ESC to make sure you are out of the edition mode and then type:

:wq

Delete remote branch

$ git push <remote_name> --delete <branch_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment