You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delegates to the git archive command to create an archive of the specified sha, and then extract that archive into the $CACHE_ROOT/histories/<repository id>/<sha> directory.
Global Options
--cache-dir <path>
the location where the freshli command will write temporary files as part of it’s processing
default value: $HOME/.freshli
Command Options
--git-path
Path to the git binary
default value: git
The text was updated successfully, but these errors were encountered:
mscottford
changed the title
Add cache checkout-history command
Add git checkout-history command
Apr 29, 2022
git checkout-history
Used to checkout a specific historical point for a given repository.
What this command does?
Delegates to the
git archive
command to create an archive of the specified sha, and then extract that archive into the$CACHE_ROOT/histories/<repository id>/<sha>
directory.Global Options
--cache-dir <path>
freshli
command will write temporary files as part of it’s processing$HOME/.freshli
Command Options
--git-path
git
binarygit
The text was updated successfully, but these errors were encountered: