Add a family of git-commands to assist with the management of multiple CLs/branches.
git-rebase-update - ensure all branches are up to date git-new-branch - create branches git-rename-branch - rename a branch while preserving parentage relationships git-reparent-branch - change the parent of a branch, including rebasing it correctly onto that new parent. git-squash-branch - collapse a branch into a single commit git-upstream-diff - show the diff between the current branch and it's upstream branch git-mark-merge-base - explicitly set what you want the above tools to consider the merge-base for the current branch. R=agable@chromium.org, hinoka@chromium.org, stip@chromium.org, szager@chromium.org BUG=261738 Review URL: https://codereview.chromium.org/184253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259520 0039d316-1c4b-4281-b951-d872f2087c98
Showing
docs/man1/git-new-branch.1
0 → 100644
docs/src/_aliases.txt
0 → 100644
docs/src/git-new-branch.txt
0 → 100644
git-mark-merge-base
0 → 100755
git-new-branch
0 → 100755
git-rebase-update
0 → 100755
git-rename-branch
0 → 100755
git-reparent-branch
0 → 100755
git-squash-branch
0 → 100755
git-upstream-diff
0 → 100755
git_mark_merge_base.py
0 → 100755
git_new_branch.py
0 → 100755
git_rebase_update.py
0 → 100755
git_rename_branch.py
0 → 100755
git_reparent_branch.py
0 → 100755
git_squash_branch.py
0 → 100755
git_upstream_diff.py
0 → 100755
Please
register
or
sign in
to comment