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

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

Issue 259863004: Move docs folder to man. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « man/src/git-rebase-update.txt ('k') | man/src/git-reparent-branch.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 git-rename-branch(1) 1 git-rename-branch(1)
2 ==================== 2 ====================
3 3
4 NAME 4 NAME
5 ---- 5 ----
6 git-rename-branch - 6 git-rename-branch -
7 include::_git-rename-branch_desc.helper.txt[] 7 include::_git-rename-branch_desc.helper.txt[]
8 8
9 SYNOPSIS 9 SYNOPSIS
10 -------- 10 --------
11 [verse] 11 [verse]
12 'git rename-branch' <new_name> 12 'git rename-branch' <new_name>
13 'git rename-branch' <old_name> <new_name> 13 'git rename-branch' <old_name> <new_name>
14 14
15 DESCRIPTION 15 DESCRIPTION
16 ----------- 16 -----------
17 17
18 Rename the current (or specified) branch, then update all dowstream branches' 18 Rename the current (or specified) branch, then update all dowstream branches'
19 tracking information to preserve inter-branch dependencies. 19 tracking information to preserve inter-branch dependencies.
20 20
21 SEE ALSO 21 SEE ALSO
22 -------- 22 --------
23 linkgit:git-rebase-update[1], linkgit:git-reparent-branch[1], 23 linkgit:git-rebase-update[1], linkgit:git-reparent-branch[1],
24 linkgit:git-new-branch[1], linkgit:git-upstream-diff[1] 24 linkgit:git-new-branch[1], linkgit:git-upstream-diff[1]
25 25
26 include::_footer.txt[] 26 include::_footer.txt[]
27 27
28 // vim: ft=asciidoc: 28 // vim: ft=asciidoc:
OLDNEW
« no previous file with comments | « man/src/git-rebase-update.txt ('k') | man/src/git-reparent-branch.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698