Re: [git-users] How to add my local repository files to a server repository?

2013-09-14 Thread Stephan Nikolaus
Hi, it was not succesfully. The following message came: $ git reset --hard master/origin fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree. [...] 2013/9/13 William Seiti Mizuta william.miz...@gmail.com On Fri, Sep 13, 2013 at 6:38 PM, Stephan

[git-users] SVN Git

2013-09-14 Thread Philipp Kraus
Hello, I would like to use Git with a SVN, so I try to clone the SVN repo with git svn clone svn://myserver, it is a repo without trunk etc. Git reports the error Couldn't find a repository. The SVN repo uses an authentification (username password) and a normal svn checkout works well. How

Re: [git-users] How to add my local repository files to a server repository?

2013-09-14 Thread William Seiti Mizuta
You changed the order. It is git reset --hard origin/master William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Sat, Sep 14, 2013 at 6:26 AM, Stephan Nikolaus stephan.nikol...@googlemail.com wrote: Hi, it was not succesfully. The following message came: $

Re: [git-users] SVN Git

2013-09-14 Thread Magnus Therning
On Sat, Sep 14, 2013 at 03:48:13AM -0700, Philipp Kraus wrote: Hello, I would like to use Git with a SVN, so I try to clone the SVN repo with git svn clone svn://myserver, it is a repo without trunk etc. Git reports the error Couldn't find a repository. The SVN repo uses an authentification

Re: [git-users] How to add my local repository files to a server repository?

2013-09-14 Thread Stephan Nikolaus
Yes, i did. Sorry, it was just a typing error in the email. 2013/9/14 William Seiti Mizuta william.miz...@gmail.com You changed the order. It is git reset --hard origin/master William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Sat, Sep 14, 2013 at

[git-users] Are there overlay icons in Git?

2013-09-14 Thread Anton Barycheuski
I use Git 1.8.3 (git-scm.com) on Windows 7. Are there any variants for showing git overlay icons in Windows Explorer like TortoiseSvn? -- 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

Re: [git-users] How to add my local repository files to a server repository?

2013-09-14 Thread William Seiti Mizuta
When you executed the command: git remote add, what were the parameters that you used? William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Sat, Sep 14, 2013 at 3:35 PM, Stephan Nikolaus stephan.nikol...@googlemail.com wrote: Yes, i did. Sorry, it was just a