Advanced git aliases and workflows for branch integration, history maintenance, and release flows.
Use this feature for advanced Git operations, interactive repository maintenance, and git-flow shortcuts.
git align - Align current branch with its remote tracking branch.git integrate - Integrate remote modifications into current branch.git fixup [--force|<commit>] - Amend a target commit and rebase history.git getcommit [--force|<commit>] - Resolve/select commit target for fixup.git fix date [options] [<commit>] - Rewrite commit times with scheduling rules.git forall <command> - Execute a command for repository files.git release-beta - Start a Git Flow release branch.git release-hotfix - Start a Git Flow hotfix branch.git release-prod - Finish release/hotfix flow for production.git unset <prefix> [--local|--global|--system]beta, hfix, prod).githooks).gitversion).