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

Side by Side Diff: man/src/git-thaw.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-squash-branch.demo.1.sh ('k') | man/src/git-upstream-diff.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-thaw(1) 1 git-thaw(1)
2 ============= 2 =============
3 3
4 NAME 4 NAME
5 ---- 5 ----
6 git-thaw - 6 git-thaw -
7 include::_git-thaw_desc.helper.txt[] 7 include::_git-thaw_desc.helper.txt[]
8 8
9 SYNOPSIS 9 SYNOPSIS
10 -------- 10 --------
11 [verse] 11 [verse]
12 'git thaw' 12 'git thaw'
13 13
14 DESCRIPTION 14 DESCRIPTION
15 ----------- 15 -----------
16 16
17 `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
18 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.
19 19
20 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,
21 freeze), `git thaw` will thaw all of the freezes. 21 freeze), `git thaw` will thaw all of the freezes.
22 22
23 SEE ALSO 23 SEE ALSO
24 -------- 24 --------
25 linkgit:git-freeze[1] 25 linkgit:git-freeze[1]
26 26
27 include::_footer.txt[] 27 include::_footer.txt[]
28 28
29 // vim: ft=asciidoc: 29 // vim: ft=asciidoc:
OLDNEW
« no previous file with comments | « man/src/git-squash-branch.demo.1.sh ('k') | man/src/git-upstream-diff.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698