You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
130
130
*[Adding Remote name](#adding-remote-name)
131
131
*[Show the author, time and last revision made to each line of a given file](#show-the-author-time-and-last-revision-made-to-each-line-of-a-given-file)
132
132
*[Group commits by authors and title](#group-commits-by-authors-and-title)
133
+
*[Forced push but still ensure you don't overwrite other's work](#forced-push-but-still-ensure-you-dont-overwrite-others-work)
133
134
134
135
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
135
136
<!-- @doxie.inject end toc -->
@@ -900,5 +901,10 @@ git blame <file-name>
900
901
git shortlog
901
902
```
902
903
904
+
## Forced push but still ensure you don't overwrite other's work
0 commit comments