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
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
63
63
*[Update all the submodules](#update-all-the-submodules)
64
64
*[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)
65
65
*[Rename a branch](#rename-a-branch)
66
-
*[rebases 'feature' to 'master' and merges it in to master ](#rebases-feature-to-master-and-merges-it-in-to-master)
66
+
*[Rebases 'feature' to 'master' and merges it in to master ](#rebases-feature-to-master-and-merges-it-in-to-master)
67
67
*[Archive the `master` branch](#archive-the-master-branch)
68
68
*[Modify previous commit without modifying the commit message](#modify-previous-commit-without-modifying-the-commit-message)
69
69
*[Prunes references to remote branches that have been deleted in the remote.](#prunes-references-to-remote-branches-that-have-been-deleted-in-the-remote)
@@ -94,13 +94,13 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
94
94
*[Check if the change was a part of a release.](#check-if-the-change-was-a-part-of-a-release)
95
95
*[Dry run. (any command that supports dry-run flag should do.)](#dry-run-any-command-that-supports-dry-run-flag-should-do)
96
96
*[Marks your commit as a fix of a previous commit.](#marks-your-commit-as-a-fix-of-a-previous-commit)
97
-
*[squash fixup commits normal commits.](#squash-fixup-commits-normal-commits)
98
-
*[skip staging area during commit.](#skip-staging-area-during-commit)
97
+
*[Squash fixup commits normal commits.](#squash-fixup-commits-normal-commits)
98
+
*[Skip staging area during commit.](#skip-staging-area-during-commit)
99
99
*[Interactive staging.](#interactive-staging)
100
100
*[List ignored files.](#list-ignored-files)
101
101
*[Status of ignored files.](#status-of-ignored-files)
102
102
*[Commits in Branch1 that are not in Branch2](#commits-in-branch1-that-are-not-in-branch2)
103
-
*[reuse recorded resolution, record and reuse previous conflicts resolutions.](#reuse-recorded-resolution-record-and-reuse-previous-conflicts-resolutions)
103
+
*[Reuse recorded resolution, record and reuse previous conflicts resolutions.](#reuse-recorded-resolution-record-and-reuse-previous-conflicts-resolutions)
104
104
*[Open all conflicted files in an editor.](#open-all-conflicted-files-in-an-editor)
105
105
*[Count unpacked number of objects and their disk consumption.](#count-unpacked-number-of-objects-and-their-disk-consumption)
106
106
*[Prune all unreachable objects from the object database.](#prune-all-unreachable-objects-from-the-object-database)
@@ -119,7 +119,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
119
119
*[Create and switch new branch](#create-and-switch-new-branch)
120
120
*[Ignore file mode changes on commits](#ignore-file-mode-changes-on-commits)
121
121
*[Turn off git colored terminal output](#turn-off-git-colored-terminal-output)
122
-
*[specific color settings](#specific-color-settings)
122
+
*[Specific color settings](#specific-color-settings)
123
123
*[Show all local branches ordered by recent commits](#show-all-local-branches-ordered-by-recent-commits)
124
124
*[Find lines matching the pattern (regex or string) in tracked files](#find-lines-matching-the-pattern-regex-or-string-in-tracked-files)
125
125
*[Clone a shallow copy of a repository](#clone-a-shallow-copy-of-a-repository)
0 commit comments