On 02/28, Junio C Hamano wrote:
> Thomas Gummerer writes:
>
> > + git reset ${GIT_QUIET:+-q} -- "$@"
> > + git ls-files -z --modified -- "$@" |
> > + git checkout-index -z --force --stdin
> > + git checkout ${GIT_QUIET:+-q} H
Thomas Gummerer writes:
> On 02/28, Junio C Hamano wrote:
>> Thomas Gummerer writes:
>>
>> > + git reset ${GIT_QUIET:+-q} -- "$@"
>> > + git ls-files -z --modified -- "$@" |
>> > + git checkout-index -z --force --stdin
>> > + g
Thomas Gummerer writes:
> + git reset ${GIT_QUIET:+-q} -- "$@"
> + git ls-files -z --modified -- "$@" |
> + git checkout-index -z --force --stdin
> + git checkout ${GIT_QUIET:+-q} HEAD -- $(git ls-files -z
> --modifi
While working on a repository, it's often helpful to stash the changes
of a single or multiple files, and leave others alone. Unfortunately
git currently offers no such option. git stash -p can be used to work
around this, but it's often impractical when there are a lot of changes
over multiple f
4 matches
Mail list logo