From a496a21982eaa42fca336770df72672f9582c701 Mon Sep 17 00:00:00 2001 From: Phodal HUANG Date: Thu, 21 Sep 2017 14:07:11 +0800 Subject: [PATCH] [TOOL] update some githug --- chapters/10-git-tools.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/chapters/10-git-tools.md b/chapters/10-git-tools.md index 61e3003..b87854d 100644 --- a/chapters/10-git-tools.md +++ b/chapters/10-git-tools.md @@ -108,7 +108,26 @@ Difficulty: * Set up your git name and email, this is important so that your commits can be identified. ``` - +``` +#1: init +#2: config +#3: add +#4: commit +#5: clone +#6: clone_to_folder +#7: ignore +#8: include +#9: status +#10: number_of_files_committed +#11: rm +#12: rm_cached +#13: stash +#14: rename +#15: restructure +#16: log +#17: tag +#... +``` ### Gource