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

Side by Side Diff: git_docs/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 | « git_docs/git-freeze.txt ('k') | git_docs/htmlout/git-freeze.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 git-thaw(1)
2 =============
3
4 NAME
5 ----
6 git-thaw - Un-freeze all changes on a frozen branch.
7
8 SYNOPSIS
9 --------
10 [verse]
11 'git thaw'
12
13 DESCRIPTION
14 -----------
15
16 `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
19 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
22 SEE ALSO
23 --------
24 linkgit:git-freeze[1]
25
26 include::_footer.txt[]
OLDNEW
« no previous file with comments | « git_docs/git-freeze.txt ('k') | git_docs/htmlout/git-freeze.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698