Skip to content

Instantly share code, notes, and snippets.

@pawelrubin
Last active April 19, 2020 18:51
Show Gist options
  • Save pawelrubin/b9dbf66b41a3c3291bd27767ad880b59 to your computer and use it in GitHub Desktop.
Save pawelrubin/b9dbf66b41a3c3291bd27767ad880b59 to your computer and use it in GitHub Desktop.
Introducing git fap - amend last commit and push, with force
[alias] fap = !git commit --amend --no-edit && git push --force-with-lease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment