Sha256: 4697bfc4147f28bee992f4708073bcb64cdc5445b0f4013d9b6f58c980edfdad

Contents?: true

Size: 1.45 KB

Versions: 41

Compression:

Stored size: 1.45 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.).

By default `git freeze` will only freeze up to 100MB of untracked files. See
'CONFIGURATION VARIABLES' for more details.


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


CONFIGURATION VARIABLES
-----------------------

depot-tools.freeze-size-limit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This sets the size limit as an integer number of megabytes of untracked files
that git-freeze will be willing to put in suspended animation. A 0 or negative
limit disables the size-limit check entirely. *100* by default.


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

include::_footer.txt[]

// vim: ft=asciidoc:

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
libv8-8.4.255.0.1 vendor/depot_tools/man/src/git-freeze.txt
libv8-8.4.255.0 vendor/depot_tools/man/src/git-freeze.txt
libv8-7.8.279.23.0beta1 vendor/depot_tools/man/src/git-freeze.txt
libv8-7.4.288.28.0beta1 vendor/depot_tools/man/src/git-freeze.txt
libv8-7.3.492.27.3beta1 vendor/depot_tools/man/src/git-freeze.txt
libv8-7.3.492.27.1 vendor/depot_tools/man/src/git-freeze.txt
libv8-7.3.492.27.0 vendor/depot_tools/man/src/git-freeze.txt
libv8-7.3.492.27.0beta1 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.7.288.46.1 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.7.288.46.0 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.7.288.46.1beta0 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.3.292.48.1 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.3.292.48.0 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.3.292.48.0beta2 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.3.292.48.0beta1 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.2.414.42.1 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.2.414.42.0 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.2.414.42.0beta1 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.0.286.54.3 vendor/depot_tools/man/src/git-freeze.txt
libv8-6.0.286.54.2 vendor/depot_tools/man/src/git-freeze.txt