Skip to content

Instantly share code, notes, and snippets.

@stefanofiorentino
Created January 20, 2020 10:27
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 stefanofiorentino/9884316ff54dae1cf009a9f7edfcdc4b to your computer and use it in GitHub Desktop.
Save stefanofiorentino/9884316ff54dae1cf009a9f7edfcdc4b to your computer and use it in GitHub Desktop.
automatic git commit --amend with reset authors (and commit timestamp!!)
#!/bin/bash
git commit --amend --reset-author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment