Sha256: 3c0c49717a14d036b32498dd5c2bce7eee1d8fb8b048d75a63f4712308d8ffe6

Contents?: true

Size: 1 KB

Versions: 12

Compression:

Stored size: 1 KB

Contents

git-freeze(1)
=============

NAME
----
git-freeze -
include::_git-freeze_desc.helper.txt[]

SYNOPSIS
--------
[verse]
'git freeze'

DESCRIPTION
-----------

`git freeze` works a lot like `git stash`, in that it stores the current changes
in your working copy and index 'somewhere'. Unlike `git stash`, `git freeze`
stores those changes on your current branch. This effectively allows you to
'pause' development of a branch, work on something else, and then come back to
exactly the same working state later (by running `git thaw`).

`git freeze` will make up to 2 commits on your branch. A commit with the message
`FREEZE.indexed` will contain all changes which you’ve added to your index (like
with 'git add', 'git mv', 'git rm', etc.). A commit with the message
`FREEZE.unindexed` will contain all changes which were not in your index at the
time you ran git freeze (freshly modified files, new files, etc.).

EXAMPLE
-------
demo:1[]

SEE ALSO
--------
linkgit:git-thaw[1]

include::_footer.txt[]

// vim: ft=asciidoc:

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
libv8-5.1.281.59.1 vendor/depot_tools/man/src/git-freeze.txt
libv8-5.1.281.59.0 vendor/depot_tools/man/src/git-freeze.txt
libv8-5.1.281.59.0beta3 vendor/depot_tools/man/src/git-freeze.txt
libv8-5.0.71.48.3 vendor/depot_tools/man/src/git-freeze.txt
libv8-5.0.71.48.2 vendor/depot_tools/man/src/git-freeze.txt
libv8-5.0.71.48.0beta2 vendor/depot_tools/man/src/git-freeze.txt
libv8-4.5.95.5 vendor/depot_tools/man/src/git-freeze.txt
libv8-4.5.95.4 vendor/depot_tools/man/src/git-freeze.txt
libv8-4.5.95.3 vendor/depot_tools/man/src/git-freeze.txt
libv8-4.5.95.2 vendor/depot_tools/man/src/git-freeze.txt
libv8-4.5.95.1 vendor/depot_tools/man/src/git-freeze.txt
libv8-4.5.95.0 vendor/depot_tools/man/src/git-freeze.txt