Re: [git-users] Re: git clean help

2013-11-11 Thread Jimit Modi
As far as I know, empty directories are not tracked under git. Can you paste the output of "git status" here. -- Jim(y || it) On Tue, Nov 12, 2013 at 9:09 AM, William Seiti Mizuta < william.miz...@gmail.com> wrote: > This empty directory is under "untracked files" state? > > > William Seiti

[git-users] Branch level authentication

2013-08-15 Thread Jimit Modi
At our company, we are evaulating to migrate to GIT from SVN. Here we are following a process in which we have the following branch and access control. --- | Branch| Purpose | ACL |

Re: [git-users] Branch level authentication

2013-08-16 Thread Jimit Modi
exist out there. This kind of software is needed only on the > "server" side, clients can still use good old git client. > > Best, > Gergely > On 16 Aug 2013 06:46, "Jimit Modi" wrote: > >> At our company, we are evaulating to migrate to GIT from S

Re: [git-users] git rm ./

2013-09-11 Thread Jimit Modi
Wow. We Love you GIT :). -- Jim(y || it) On Thu, Sep 12, 2013 at 2:18 AM, superjag wrote: > Many thanks. > > In short, to recover a file deleted by git rm, use git fsck --unreachable to > show the files git is holding in limbo, and then use git show $sha1name > > filename to save each one ba