[git-users] Updating the working set without updating the index?

2015-12-15 Thread Ryan Milligan
Hello all, I’m not really sure how to quickly sum up the scenario I’m trying to achieve here, so this is going to run a little bit long. Basically, I’ve run into several situations where I want to be able to create a commit such that: 1. My working set reflects the changes in the

Re: [git-users] How to remove a project or folder pushed by mistake with original project to master branch???

2015-12-15 Thread Ryan Milligan
I know this is kind of an old post, but in case anybody comes across this answer, you can also use "--force-with-lease" instead of "--force" to do the push only if there have been no changes to the upstream history since the last time you fetched. This solves the risk Nelson brought up of