From 93aaa0205925935403a2185b37ea0d8e94631125 Mon Sep 17 00:00:00 2001 From: nav1s <42621369+nav1s@users.noreply.github.com> Date: Thu, 14 Oct 2021 03:14:33 +0000 Subject: [PATCH] git-coauthor: add page (#6878) --- pages/common/git-coauthor.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-coauthor.md diff --git a/pages/common/git-coauthor.md b/pages/common/git-coauthor.md new file mode 100644 index 000000000..940d2cfe4 --- /dev/null +++ b/pages/common/git-coauthor.md @@ -0,0 +1,9 @@ +# git coauthor + +> Add another author to the latest commit. Since this command rewrites the Git history, `--force` will be needed when pushing next time. +> Part of `git-extras`. +> More information: . + +- Insert an additional author to the last Git commit: + +`git coauthor {{name}} {{name@example.com}}`