cara membuat folder ke git repo

$ git remote add origin [email protected]:username/new_repo
$ git push -u origin master
Grim Reaper