Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
Source by alx-intranet.hbtn.io #
 
PREVIOUS NEXT
Tagged: #Initializing #repo #local #machine
ADD COMMENT
Topic
Name
4+4 =