From d542c2be69feaa3803c2788b94e81358cf3cc5af Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Mon, 23 Feb 2026 18:44:58 +0800 Subject: [PATCH] docs: add git config user.* to commit successfully --- docs/images/commit.tape | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/images/commit.tape b/docs/images/commit.tape index 42aa25a02..f05a354e7 100644 --- a/docs/images/commit.tape +++ b/docs/images/commit.tape @@ -53,6 +53,10 @@ Sleep 500ms # Initialize git repository Type "git init" Enter +Type "git config user.email 'you@example.com'" +Enter +Type "git config user.name 'Your Name'" +Enter Sleep 500ms Type "git checkout -b awesome-feature"