Skip to content

Instantly share code, notes, and snippets.

@dzc34
Last active July 22, 2017 17:53
Show Gist options
  • Save dzc34/45dcf1e9cf7ed68c0aec to your computer and use it in GitHub Desktop.
Save dzc34/45dcf1e9cf7ed68c0aec to your computer and use it in GitHub Desktop.
git commit --amend --author=
# changer la date et l'auteur d'un commit
git rebase -i
git commit --amend --author="Author Name <user@domain.org>"
git commit --amend --date="2014-02-11 10:25:59"
git commit --continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment