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

2015-11-24 Thread Moazzam Shahzad
I have master rights on git repository. How to remove a project or folder pushed by mistake with original project to master branch??? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving em

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

2015-11-24 Thread Nelson Efrain A. Cruz
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 mind right now: Make a new commit erasing the folder that you dont want, with this approach the folder will be in the history so you can checkout

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 mind right now: > > Ma

[git-users] Problem in config to GIT

2015-11-24 Thread R.Junior
good morning guys I have a repository of a server with problem that it was not possible to clone the repositories it to the new server GIT, so I copied the application via USB stick to the new server after installing GIT I did the following I created directory /var/git/project.git where are the