Re: [git-users] How do you switch head location without changing files?

2015-05-11 Thread Michael
Thank you! On 2015-05-10, at 5:49 PM, Dale R. Worley wor...@alum.mit.edu wrote: Michael keybou...@gmail.com writes: Lets say you've got files set up to commit to one point in the tree, but you're actually in a different location. How do you move where you are / where a commit will go,

Re: [git-users] Re: Testing a file with lots of change chunks, one chunk at a time

2015-05-11 Thread Gergely Polonkai
The -u switch of git-stash doesn't do the same as git-clean, i.e. it won't delete your untracked files in a way you can't restore. git-stash -u will stash your untracked files as if they were part of the repository; without that only tracked modified files would be stashed and it won't touch

[git-users] Remote End Hung Up Error

2015-05-11 Thread Stephen Scott
Greetings; I am getting this error when trying to retrieve a repo from git. Has anyone seen this issue before, and if you have how did you resolve it. Cloning into 'x'... remote: Counting objects: 187683, done remote: Finding sources: 100% (187683/187683) remote: Getting