We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd86a8d commit a496a21Copy full SHA for a496a21
chapters/10-git-tools.md
@@ -108,7 +108,26 @@ Difficulty: *
108
Set up your git name and email, this is important so that your commits can be identified.
109
```
110
111
-
+```
112
+#1: init
113
+#2: config
114
+#3: add
115
+#4: commit
116
+#5: clone
117
+#6: clone_to_folder
118
+#7: ignore
119
+#8: include
120
+#9: status
121
+#10: number_of_files_committed
122
+#11: rm
123
+#12: rm_cached
124
+#13: stash
125
+#14: rename
126
+#15: restructure
127
+#16: log
128
+#17: tag
129
+#...
130
131
132
### Gource
133
0 commit comments