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
| version | The version of GitUtils to install. | string | latest |
24
24
25
25
## Functional Coverage
@@ -48,6 +48,7 @@ The feature includes the following interactive utilities:
48
48
-`git align` - Align the current branch with its remote counterpart.
49
49
-`git degit <repository> [directory]` - Download and extract a repository from GitHub, GitLab, or Bitbucket.
50
50
-`git fix date [options] [<commit>]` - Fix commit dates and times in git history. Options include rescheduling commits on specific days of week outside certain time ranges.
51
+
-`git fix message -m <message> [--force|<commit>]` - Rewrite the commit message of a specific commit.
51
52
-`git fixup [--force|<commit>]` - Amend the specified commit with current changes and rebase.
52
53
-`git forall <command>` - Execute a command for all files in the repository.
53
54
-`git getcommit [--force|<commit>]` - Get the commit to fixup.
0 commit comments