From 8254605f3a376ffcb9bf991118487cba0e06a9f4 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Fri, 24 Dec 2021 15:32:33 +0100 Subject: Add git cheatsheet --- content/cheatsheets/git.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/cheatsheets/git.md (limited to 'content/cheatsheets/git.md') diff --git a/content/cheatsheets/git.md b/content/cheatsheets/git.md new file mode 100644 index 0000000..e0d918e --- /dev/null +++ b/content/cheatsheets/git.md @@ -0,0 +1,13 @@ ++++ +title = "git" +disable_share = true ++++ + +# Configuration + +## Set username and email + +```bash +git config --global user.name "Adam Olech" +git config --global user.email "nddr89@gmail.com" +``` -- cgit v1.2.1