iannucci@chromium.org | 9288d2e | 2014-03-14 21:40:49 +0000 | [diff] [blame] | 1 | git-thaw(1) |
| 2 | ============= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
iannucci@chromium.org | a5d9502 | 2014-03-25 21:30:37 +0000 | [diff] [blame] | 6 | git-thaw - |
| 7 | include::_git-thaw_desc.helper.txt[] |
iannucci@chromium.org | 9288d2e | 2014-03-14 21:40:49 +0000 | [diff] [blame] | 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
| 11 | [verse] |
| 12 | 'git thaw' |
| 13 | |
| 14 | DESCRIPTION |
| 15 | ----------- |
| 16 | |
| 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. |
| 19 | |
| 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. |
| 22 | |
| 23 | SEE ALSO |
| 24 | -------- |
| 25 | linkgit:git-freeze[1] |
| 26 | |
| 27 | include::_footer.txt[] |
iannucci@chromium.org | a5d9502 | 2014-03-25 21:30:37 +0000 | [diff] [blame] | 28 | |
iannucci@chromium.org | c050a5b | 2014-03-26 06:18:50 +0000 | [diff] [blame] | 29 | // vim: ft=asciidoc: |