Skip to content

Commit ca2b623

Browse files
updated git instructions
1 parent ccac02c commit ca2b623

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/setting_up_git.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
## Installing Git
2-
To install a fresh copy of Git or to upgrade to the latest version, please follow the instructions outlined in: [Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
2+
To install a fresh copy of Git or to upgrade to the latest version, please follow the instructions outlined in: [Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
3+
4+
Before you start using Git you need set your username and e-mail with the commands:
5+
```
6+
git config --global user.name "FIRST_NAME LAST_NAME"
7+
git config --global user.email "MY_NAME@example.com"
8+
```

0 commit comments

Comments
 (0)