blob: dbdea11bf4862f95335dca3376aa51f30dc2e029 [file] [log] [blame]
iannucci@chromium.org9288d2e2014-03-14 21:40:49 +00001git-thaw(1)
2=============
3
4NAME
5----
iannucci@chromium.orga5d95022014-03-25 21:30:37 +00006git-thaw -
7include::_git-thaw_desc.helper.txt[]
iannucci@chromium.org9288d2e2014-03-14 21:40:49 +00008
9SYNOPSIS
10--------
11[verse]
12'git thaw'
13
14DESCRIPTION
15-----------
16
17`git thaw` takes a frozen branch (as made by linkgit:git-freeze[1]), and returns
18it to the status that it was in before it was frozen.
19
20If you freeze a branch multiple times (i.e. change files, freeze, change files,
21freeze), `git thaw` will thaw all of the freezes.
22
23SEE ALSO
24--------
25linkgit:git-freeze[1]
26
27include::_footer.txt[]
iannucci@chromium.orga5d95022014-03-25 21:30:37 +000028
iannucci@chromium.orgc050a5b2014-03-26 06:18:50 +000029// vim: ft=asciidoc: