[git-users] Re: How can I clean cache git

2008-10-01 Thread TomSW
> But I must implement commit . directive at first? > But my question was How I clean cache data which not inject to the > repository with commit . > or Isn't it do like this? I don't understand your situation. What steps got you there? Some scenarios: i. Copy file F to directory D ii cd D; gi

[git-users] Re: How to fix it? I can't get help messages of git.

2008-10-01 Thread Feng
Now, I had updated my git to the newest version(1.6.0.2), and installed git manpage based on your comment. Thanks a lot. There is no problem now. On 10月1日, 上午12时00分, Paul Beckingham <[EMAIL PROTECTED]> wrote: > Did you install the Git man pages, as well as git itself? Here is > what works for

[git-users] Re: How can I clean cache git

2008-10-01 Thread TomSW
2008/10/1 Lemur <[EMAIL PROTECTED]>: > I'm sorry > I get error "fatal: Failed to resolve 'text.txt' as a valid ref." when > I do like this : git reset --hard F text.txt Sorry, git reset --hard doesn't work with file names, only on its own. Use git reset --hard It will undo all your changes sinc

[git-users] Re: How can I clean cache git

2008-10-01 Thread Sergey Kruk
>> I'm sorry >> I get error "fatal: Failed to resolve 'text.txt' as a valid ref." when >> I do like this : git reset --hard F text.txt To reset changes made to one file use git-checkout git checkout text.txt should undo changes made to text.txt since the last commit --~--~-~--~~-

[git-users] Re: How can I clean cache git

2008-10-01 Thread Lemur
Ok! You of both has helped to me. Notable it's TomSW On 1 окт, 19:15, "Sergey Kruk" <[EMAIL PROTECTED]> wrote: > >> I'm sorry > >> I get error "fatal: Failed to resolve 'text.txt' as a valid ref." when > >> I do like this : git reset --hard F text.txt > > To reset changes made to one file use git

[git-users] help with git-rebase

2008-10-01 Thread Balaji Rao
Hi all, Please help me find the right tool(s) for the workflow I'll be describing below. I have a set of commits on a branch 'y' which is a copy of branch 'x'. There also exists a remote branch 'origin/x'. The branch 'origin/x' is constantly rebased. So, as I understand, I won't be able to creat

[git-users] git through email

2008-10-01 Thread Lemur
Hi again! My interesting now: Who can write how or what is commands in git for organization full working cycle through email. It is send and pull a something changes. Also configuration my git email client etc. Big thanks! --~--~-~--~~~---~--~~ You received this