You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MISC.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,4 +37,11 @@ git config --global core.editor nano # use nano to edit commit messages etc
37
37
38
38
```
39
39
40
-
A complete list of all configuration options can be found [here](https://git-scm.com/docs/git-config).
40
+
A complete list of all configuration options can be found [here](https://git-scm.com/docs/git-config).
41
+
42
+
## Learn more git
43
+
44
+
You can go to https://learngitbranching.js.org/ to learn more advanced git topics in a interactive and visual method. Complete the exercises and create a PR with a screenshot showing completed levels. You will get 1 point every 5 exercises, and 4 points for completing all of it.
0 commit comments