Answers for "how to add a folder in git command"

3

how to make a folder into git repo

$ git remote add origin [email protected]:username/new_repo
$ git push -u origin master
Posted by: Guest on August-17-2020

Code answers related to "how to add a folder in git command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language