m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/git.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-03-28 17:26:45 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-03-28 17:26:45 +0200
commit488d9ccc4c1141bb9bcbc81466166c5e45141b4b (patch)
tree44068cfeb41a8e256b1b6530ff36840131e471ad /git.md
parent5a34032fe4d83de1ccbf9cf8e13fc6bfb4f668ce (diff)
Add git name/email config commands
Diffstat (limited to 'git.md')
-rw-r--r--git.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/git.md b/git.md
new file mode 100644
index 0000000..e9bbbfe
--- /dev/null
+++ b/git.md
@@ -0,0 +1,6 @@
+# Git tips and tricks
+
+## Setup name and email
+
+ git config --global user.name "Name"
+ git config --global user.email "name@place.com"