Answers for "Initializing a repo on local machine"

0

Initializing a repo on local machine

$ git init   # You're done!  
$ git remote add origin url_of_your_git_server   # So that you can push your code somewhere.
Posted by: Guest on March-01-2022

Code answers related to "Initializing a repo on local machine"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language