Как сделать папку в git Repo

$ git remote add origin git@github.com:username/new_repo
$ git push -u origin master
Grim Reaper