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

Side by Side Diff: git_docs/git-thaw.txt

Issue 196133007: Add git_docs folder to depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: more doc stuff, depot_tools can now go on manpath 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-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

Powered by Google App Engine
This is Rietveld 408576698