From 10d4155e4be2f7b3e58939f3722ce0e6f15d2df7 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 27 Jul 2015 12:26:03 -0700 Subject: git: change author email --- software/git.page | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'software') diff --git a/software/git.page b/software/git.page index ac1cf72..418175d 100644 --- a/software/git.page +++ b/software/git.page @@ -41,3 +41,13 @@ Color ------- git config --global --add color.ui true + +Change Author Email in Recent Commits +---------------------------------------- + +For the most recent commit, use: + + git commit --amend --author="First Last " + +To edit specific commits, use `rebase -i` and "edit" the commits you want to +change and use `--amend` as above for each. -- cgit v1.2.3