Skip to content

Commit a496a21

Browse files
committed
[TOOL] update some githug
1 parent cd86a8d commit a496a21

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

chapters/10-git-tools.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,26 @@ Difficulty: *
108108
Set up your git name and email, this is important so that your commits can be identified.
109109
```
110110

111-
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+
```
112131

113132
### Gource
114133

0 commit comments

Comments
 (0)