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

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

2015-11-24 Thread Moazzam Shahzad
ok I will do the sameThankyou for helping... On Tue, Nov 24, 2015 at 5:35 PM, Nelson Efrain A. Cruz wrote: > Hi, in git there is no concept about "rights". I assume you are using some > tool to manage git repos like gitlab or github. Anyway two options come to > my