I am making a remote repo by using these command
mkdir NewRepo
cd NewRepo
git init
Then I clone this repo to local
git clone user@server:/path/to/app/.git
This worked for me, But I want give the repo a name, do something like everybody else does:
git clone user@server:/path/to/app/reponame.git
Is there anyone who can tell me how to do this?