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
+15-15
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,13 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
35
35
*[Create local tag](#create-local-tag)
36
36
*[Delete local tag](#delete-local-tag)
37
37
*[Delete remote tag](#delete-remote-tag)
38
-
*[Undo local changes with the last content in head](#undo-local-changes-with-the-last-content-in-head)
38
+
*[Undo local changes with the content in index(staging)](#undo-local-changes-with-the-content-in-indexstaging)
39
39
*[Revert: Undo a commit by creating a new commit](#revert-undo-a-commit-by-creating-a-new-commit)
40
40
*[Reset: Discard commits, advised for private branch](#reset-discard-commits-advised-for-private-branch)
41
41
*[Reword the previous commit message](#reword-the-previous-commit-message)
42
42
*[See commit history for just the current branch](#see-commit-history-for-just-the-current-branch)
43
-
*[Amend author.](#amend-author)
44
-
*[Reset author, after author has been changed in the global config.](#reset-author-after-author-has-been-changed-in-the-global-config)
43
+
*[Amend author](#amend-author)
44
+
*[Reset author, after author has been changed in the global config](#reset-author-after-author-has-been-changed-in-the-global-config)
45
45
*[Changing a remote's URL](#changing-a-remotes-url)
46
46
*[Get list of all remote references](#get-list-of-all-remote-references)
47
47
*[Get list of all local and remote branches](#get-list-of-all-local-and-remote-branches)
@@ -76,11 +76,11 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
76
76
*[Update all the submodules](#update-all-the-submodules)
77
77
*[Show all commits in the current branch yet to be merged to master](#show-all-commits-in-the-current-branch-yet-to-be-merged-to-master)
78
78
*[Rename a branch](#rename-a-branch)
79
-
*[Rebases 'feature' to 'master' and merges it in to master](#rebases-feature-to-master-and-merges-it-in-to-master)
79
+
*[Rebases 'feature' to 'master' and merges it in to master](#rebases-feature-to-master-and-merges-it-in-to-master)
80
80
*[Archive the `master` branch](#archive-the-master-branch)
81
81
*[Modify previous commit without modifying the commit message](#modify-previous-commit-without-modifying-the-commit-message)
82
-
*[Prunes references to remove branches that have been deleted in the remote.](#prunes-references-to-remove-branches-that-have-been-deleted-in-the-remote)
83
-
*[Delete local branches that has been squash and merged in the remote.](#delete-local-branches-that-has-been-squash-and-merged-in-the-remote)
82
+
*[Prunes references to remove branches that have been deleted in the remote](#prunes-references-to-remove-branches-that-have-been-deleted-in-the-remote)
83
+
*[Delete local branches that has been squash and merged in the remote](#delete-local-branches-that-has-been-squash-and-merged-in-the-remote)
84
84
*[Retrieve the commit hash of the initial revision.](#retrieve-the-commit-hash-of-the-initial-revision)
85
85
*[Visualize the version tree.](#visualize-the-version-tree)
86
86
*[Visualize the tree including commits that are only referenced from reflogs](#visualize-the-tree-including-commits-that-are-only-referenced-from-reflogs)
@@ -141,7 +141,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
141
141
*[Clone a shallow copy of a repository](#clone-a-shallow-copy-of-a-repository)
142
142
*[Search Commit log across all branches for given text](#search-commit-log-across-all-branches-for-given-text)
143
143
*[Get first commit in a branch (from master)](#get-first-commit-in-a-branch-from-master)
144
-
*[Unstaging Staged file](#unstaging-staged-file)
144
+
*[Unstage Staged file](#unstage-staged-file)
145
145
*[Force push to Remote Repository](#force-push-to-remote-repository)
146
146
*[Adding Remote name](#adding-remote-name)
147
147
*[List all currently configured remotes](#list-all-currently-configured-remotes)
@@ -175,7 +175,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
175
175
*[Push the current branch to the same name on the remote repository](#push-the-current-branch-to-the-same-name-on-the-remote-repository)
176
176
*[Push a new local branch to remote repository and track](#push-a-new-local-branch-to-remote-repository-and-track)
177
177
*[Change a branch base](#change-a-branch-base)
178
-
*[Use SSH instead of HTTPs for remotes](#use-ssh-instead-of-https-for-remotes)
178
+
*[Use SSH instead of HTTPS for remotes](#use-ssh-instead-of-https-for-remotes)
179
179
*[Update a submodule to the latest commit](#update-a-submodule-to-the-latest-commit)
180
180
*[Prevent auto replacing LF with CRLF](#prevent-auto-replacing-lf-with-crlf)
0 commit comments