Sha256: 99f71bc383b59145d31138fc9d425deb85d47beb415dca3e9f949b12f0399ace

Contents?: true

Size: 432 Bytes

Versions: 53

Compression:

Stored size: 432 Bytes

Contents

#!/usr/bin/env bash
. demo_repo.sh

add deleted_file
add unstaged_deleted_file
add modified_file
c "demo changes"

add added_file_with_unstaged_changes
echo bob >> added_file_with_unstaged_changes

add added_file
echo bob >> modified_file
silent git rm deleted_file
rm unstaged_deleted_file
touch unadded_file

run git status --short
run git freeze
run git status --short
run git log -n 2 --stat
run git thaw
run git status --short

Version data entries

53 entries across 53 versions & 1 rubygems

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