Re: using git locally

2019-05-17 Thread mick crane
On 2019-05-17 15:59, Eduardo M KALINOWSKI wrote: On 17/05/2019 11:31, mick crane wrote: well that seems to work "git clone myserver:/path_to_git_repository" whereas "git remote add origin myserver:/path_to_git_repository" fatal: not a git repository (or any of the parent directories): .git Th

Re: using git locally

2019-05-17 Thread Jude DaShiell
Fri, 17 May 2019 10:59:36 > From: Eduardo M KALINOWSKI > To: debian-user@lists.debian.org > Subject: Re: using git locally > Resent-Date: Fri, 17 May 2019 14:59:53 + (UTC) > Resent-From: debian-user@lists.debian.org > > On 17/05/2019 11:31, mick crane wrote: > > we

Re: using git locally

2019-05-17 Thread mick crane
On 2019-05-17 15:05, Brad Rogers wrote: On Fri, 17 May 2019 14:36:36 +0100 thanks -- Key ID4BFEBB31

Re: using git locally

2019-05-17 Thread Eduardo M KALINOWSKI
On 17/05/2019 11:31, mick crane wrote: > well that seems to work > "git clone myserver:/path_to_git_repository" > whereas > "git remote add origin myserver:/path_to_git_repository" > fatal: not a git repository (or any of the parent directories): .git > > probably I can worry about that later at le

Re: using git locally

2019-05-17 Thread mick crane
On 2019-05-17 14:56, Greg Wooledge wrote: If you really *did* create a git repository on a remote server, and you want to clone it onto your local PC, you use a "git clone" command. Something like: git clone my.server:/whatever.git well that seems to work "git clone myserver:/path_to_git_re

Re: using git locally

2019-05-17 Thread Brad Rogers
On Fri, 17 May 2019 14:36:36 +0100 mick crane wrote: Hello mick, >Is it ssh:// that is wrong or I've failed to get the syntax right for >git ? I'm no expert on git, so ask me questions - I probably won't be able to answer them anyway. :-) That said, this might help:- https://stackoverflow.

Re: using git locally

2019-05-17 Thread Greg Wooledge
On Fri, May 17, 2019 at 02:36:36PM +0100, mick crane wrote: > Because I am always making mistakes I thought, if it's not too hard, to see > about using git locally. If that is literally all you want to do, then you don't need to set up a "repository". You have

using git locally

2019-05-17 Thread mick crane
hello, Because I am always making mistakes I thought, if it's not too hard, to see about using git locally. I made a git repository for project following destructions https://www.digitalocean.com/community/tutorials/how-to-use-git-effectively but I'm having bother accessing it remot