OLD | NEW |
---|---|
(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[] | |
OLD | NEW |