| Index: git_docs/git-thaw.txt
|
| diff --git a/git_docs/git-thaw.txt b/git_docs/git-thaw.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..feb447d1775c9bb11892239519625e58d8eb4a96
|
| --- /dev/null
|
| +++ b/git_docs/git-thaw.txt
|
| @@ -0,0 +1,26 @@
|
| +git-thaw(1)
|
| +=============
|
| +
|
| +NAME
|
| +----
|
| +git-thaw - Un-freeze all changes on a frozen branch.
|
| +
|
| +SYNOPSIS
|
| +--------
|
| +[verse]
|
| +'git thaw'
|
| +
|
| +DESCRIPTION
|
| +-----------
|
| +
|
| +`git thaw` takes a frozen branch (as made by linkgit:git-freeze[1]), and returns
|
| +it to the status that it was in before it was frozen.
|
| +
|
| +If you freeze a branch multiple times (i.e. change files, freeze, change files,
|
| +freeze), `git thaw` will thaw all of the freezes.
|
| +
|
| +SEE ALSO
|
| +--------
|
| +linkgit:git-freeze[1]
|
| +
|
| +include::_footer.txt[]
|
|
|