You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
502 B
Plaintext
30 lines
502 B
Plaintext
git-thaw(1)
|
|
=============
|
|
|
|
NAME
|
|
----
|
|
git-thaw -
|
|
include::_git-thaw_desc.helper.txt[]
|
|
|
|
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[]
|
|
|
|
// vim: ft=asciidoc:
|