File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4
4
<!-- @doxie.inject start toc -->
5
5
<!-- Don’t remove or change the comment above – that can break automatic updates. -->
6
6
* [ Everyday Git in twenty commands or so] ( https://github.com/git-tips/tips#everyday-git-in-twenty-commands-or-so )
7
+ * [ Show helpful guides that come with Git] ( https://github.com/git-tips/tips#show-helpful-guides-that-come-with-git )
7
8
* [ Overwrite pull] ( https://github.com/git-tips/tips#overwrite-pull )
8
9
* [ List of all files till a commit] ( https://github.com/git-tips/tips#list-of-all-files-till-a-commit )
9
10
* [ Git reset first commit] ( https://github.com/git-tips/tips#git-reset-first-commit )
79
80
git help everyday
80
81
```
81
82
83
+ ## Show helpful guides that come with Git
84
+ ``` sh
85
+ git help -g
86
+ ```
87
+
82
88
## Overwrite pull
83
89
``` sh
84
90
git fetch --all && git reset --hard origin/master
Original file line number Diff line number Diff line change 3
3
"title" : " Everyday Git in twenty commands or so" ,
4
4
"tip" : " git help everyday"
5
5
},
6
+ {
7
+ "title" : " Show helpful guides that come with Git" ,
8
+ "tip" : " git help -g"
9
+ },
6
10
{
7
11
"title" : " Overwrite pull" ,
8
12
"tip" : " git fetch --all && git reset --hard origin/master"
You can’t perform that action at this time.
0 commit comments