Skip to content

Instantly share code, notes, and snippets.

@kunicmarko20
Created September 8, 2018 18:41
Show Gist options
  • Save kunicmarko20/30710d9f525aafadab1e58e7678e6551 to your computer and use it in GitHub Desktop.
Save kunicmarko20/30710d9f525aafadab1e58e7678e6551 to your computer and use it in GitHub Desktop.
amend and push
alias amen="git add . && git commit --amend --no-edit && git push -f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment