Junio C Hamano wrote:
> Dimitar Bonev writes:
>
> [administrivia: please do not drop people out of Cc list]
>
> That invites another question: if it is very well related, why isn't
> it an option to start from the state you have in the working tree
> (i.e. doing noth
On Sat, May 4, 2013 at 9:48 PM, Jonathan Nieder wrote:
> Is there no way to convince PowerShell to treat the output of a
> command as binary data with no particular encoding?
The best I could find out is to pipe the output to set-content:
git show HEAD:targetfile | set-content targetfile
The de
n'
git checkout HEAD~1 -- targetfile
git commit --amend -am 'add solution to problem x'
This requires more commands, makes assumptions about making a commit
to a branch, deviates from the rest of git commands about resetting a
file's state (inconsistent git API).
On Sat, May 4, 2
state-but-keep-its-sta
Regards,
Dimitar Bonev
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
4 matches
Mail list logo