|
3 | 3 |
|
4 | 4 | <!-- @doxie.inject start toc -->
|
5 | 5 | <!-- Don’t remove or change the comment above – that can break automatic updates. -->
|
6 |
| -* [Overwrite pull](https://github.com/git-tips/tips#Overwrite-pull) |
7 |
| -* [List of all the files changed in a commit](https://github.com/git-tips/tips#List-of-all-the-files-changed-in-a-commit) |
8 |
| -* [Git reset first commit](https://github.com/git-tips/tips#Git-reset-first-commit) |
9 |
| -* [List all the conflicted files](https://github.com/git-tips/tips#List-all-the-conflicted-files) |
10 |
| -* [List all branches that are already merged into master](https://github.com/git-tips/tips#List-all-branches-that-are-already-merged-into-master) |
11 |
| -* [Quickly switch to the previous branch](https://github.com/git-tips/tips#Quickly-switch-to-the-previous-branch) |
12 |
| -* [Remove branches that have already been merged with master](https://github.com/git-tips/tips#Remove-branches-that-have-already-been-merged-with-master) |
13 |
| -* [List all branches and their upstreams, as well as last commit on branch](https://github.com/git-tips/tips#List-all-branches-and-their-upstreams-as-well-as-last-commit-on-branch) |
14 |
| -* [Track upstream branch](https://github.com/git-tips/tips#Track-upstream-branch) |
15 |
| -* [Delete local branch](https://github.com/git-tips/tips#Delete-local-branch) |
16 |
| -* [Delete remote branch](https://github.com/git-tips/tips#Delete-remote-branch) |
17 |
| -* [Undo local changes with the last content in head](https://github.com/git-tips/tips#Undo-local-changes-with-the-last-content-in-head) |
18 |
| -* [Changing a remote's URL](https://github.com/git-tips/tips#Changing-a-remotes-URL) |
| 6 | +* [Overwrite pull](https://github.com/git-tips/tips#overwrite-pull) |
| 7 | +* [List of all the files changed in a commit](https://github.com/git-tips/tips#list-of-all-the-files-changed-in-a-commit) |
| 8 | +* [Git reset first commit](https://github.com/git-tips/tips#git-reset-first-commit) |
| 9 | +* [List all the conflicted files](https://github.com/git-tips/tips#list-all-the-conflicted-files) |
| 10 | +* [List all branches that are already merged into master](https://github.com/git-tips/tips#list-all-branches-that-are-already-merged-into-master) |
| 11 | +* [Quickly switch to the previous branch](https://github.com/git-tips/tips#quickly-switch-to-the-previous-branch) |
| 12 | +* [Remove branches that have already been merged with master](https://github.com/git-tips/tips#remove-branches-that-have-already-been-merged-with-master) |
| 13 | +* [List all branches and their upstreams, as well as last commit on branch](https://github.com/git-tips/tips#list-all-branches-and-their-upstreams-as-well-as-last-commit-on-branch) |
| 14 | +* [Track upstream branch](https://github.com/git-tips/tips#track-upstream-branch) |
| 15 | +* [Delete local branch](https://github.com/git-tips/tips#delete-local-branch) |
| 16 | +* [Delete remote branch](https://github.com/git-tips/tips#delete-remote-branch) |
| 17 | +* [Undo local changes with the last content in head](https://github.com/git-tips/tips#undo-local-changes-with-the-last-content-in-head) |
| 18 | +* [Changing a remote's URL](https://github.com/git-tips/tips#changing-a-remotes-url) |
19 | 19 |
|
20 | 20 | <!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
21 | 21 | <!-- @doxie.inject end toc -->
|
|
0 commit comments