diff options
-rw-r--r-- | git.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |
index : cheatsheets | |
Commandline and Linux cheatsheets |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | git.md | 6 |
@@ -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" |