Updated authored by Peter Gebhard's avatar Peter Gebhard
......@@ -60,7 +60,7 @@
- When to use them?
- Use them for keeping track of tasks, keeping track of bugs to be fixed, assigning tasks to a deadline date for tracking progress
### Git setup on the command line (one-time action)
## Git setup on the command line (one-time action)
`git config --global user.name "YOUR NAME HERE"
git config --global user.email "YOUR EMAIL HERE"`
......
......