Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: git adventures
- X-seq: zsh-users 19393
 
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
 
- To: Nathan Schwarz <nathan@xxxxxxxxxxx>, zsh-users@xxxxxxx
 
- Subject: Re: git adventures
 
- Date: Fri, 14 Nov 2014 15:40:20 -0800
 
- In-reply-to: <20141114164658.GA6418@Persephone>
 
- List-help: <mailto:zsh-users-help@zsh.org>
 
- List-id: Zsh Users List <zsh-users.zsh.org>
 
- List-post: <mailto:zsh-users@zsh.org>
 
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
 
- References: <54663E52.9040406@eastlink.ca>  <20141114164658.GA6418@Persephone>
 
On Nov 14,  5:46pm, Nathan Schwarz wrote:
}
} > I'VE LEARNED ABOUT 'stage', BUT WHAT IS 'stash'?
} > HOW DO I commit/stash/stage THAT ONE FILE SO AS TO PROCEED? CAN WE TELL GIT
} > TO JUST NOT WORRY ABOUT THAT FILE--LEAVE IT BE, BUT PULL EVERYTHING ELSE?
} > THAT CHANGED FILE IS OBVIOUSLY ONLY OF TEMPORARY VALUE.
} `git stash $file` stashes changes as another form than a commit.
Hmm, "git stash $file" doesn't work for me -- it wants a keyword such as
"save" in the location where you have $file, and the only way to stash
selectively is with "git stash save --patch".  I don't see any mention
of stash accepting a file name in "man git-stash".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author