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

Side by Side Diff: docs/src/git-thaw.txt

Issue 200903002: Add documentation for git-map-branches, git-map, git-nav-downstream, (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@documentation
Patch Set: rebase 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
« no previous file with comments | « docs/src/git-nav-upstream.txt ('k') | docs/src/make_docs.sh » ('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-thaw(1) 1 git-thaw(1)
2 ============= 2 =============
3 3
4 NAME 4 NAME
5 ---- 5 ----
6 git-thaw - Un-freeze all changes on a frozen branch. 6 git-thaw -
7 include::_git-thaw_desc.helper.txt[]
7 8
8 SYNOPSIS 9 SYNOPSIS
9 -------- 10 --------
10 [verse] 11 [verse]
11 'git thaw' 12 'git thaw'
12 13
13 DESCRIPTION 14 DESCRIPTION
14 ----------- 15 -----------
15 16
16 `git thaw` takes a frozen branch (as made by linkgit:git-freeze[1]), and returns 17 `git thaw` takes a frozen branch (as made by linkgit:git-freeze[1]), and returns
17 it to the status that it was in before it was frozen. 18 it to the status that it was in before it was frozen.
18 19
19 If you freeze a branch multiple times (i.e. change files, freeze, change files, 20 If you freeze a branch multiple times (i.e. change files, freeze, change files,
20 freeze), `git thaw` will thaw all of the freezes. 21 freeze), `git thaw` will thaw all of the freezes.
21 22
22 SEE ALSO 23 SEE ALSO
23 -------- 24 --------
24 linkgit:git-freeze[1] 25 linkgit:git-freeze[1]
25 26
26 include::_footer.txt[] 27 include::_footer.txt[]
28
29 // vim: ft=asciidoc noexpandtab:
OLDNEW
« no previous file with comments | « docs/src/git-nav-upstream.txt ('k') | docs/src/make_docs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698