Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: docs/src/git-rename-branch.txt

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: minor fixes Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 git-rename-branch(1)
2 ====================
3
4 NAME
5 ----
6 git-rename-branch -
7 include::_git-rename-branch_desc.helper.txt[]
8
9 SYNOPSIS
10 --------
11 [verse]
12 'git rename-branch' <new_name>
13 'git rename-branch' <old_name> <new_name>
14
15 DESCRIPTION
16 -----------
17
18 Rename the current (or specified) branch, then update all dowstream branches'
19 tracking information to preserve inter-branch dependencies.
20
21 SEE ALSO
22 --------
23 linkgit:git-rebase-update[1], linkgit:git-reparent-branch[1],
24 linkgit:git-new-branch[1], linkgit:git-upstream-diff[1]
25
26 include::_footer.txt[]
27
28 // vim: ft=asciidoc noexpandtab:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698