Hey guys i'm new to git now i'm doing a remote repo with this command
mkdir NewRepo cd NewRepo git init
and
Then I clone this repo to local
git clone user@server :/path/to/app/.git
This worked for me, but I want to give the repo a name, do something like the rest:
git clone user@server :/path/to/app/reponame.git
Can I tell you how to do this, thanks
mko
source share