Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

github push master

$ git init
$ git remote add origin https://github.com/TutorialEdge/go-docker-tutorial.git
$ git add .
$ git commit -m "Initial Commit"
$ git push origin master
Source by tutorialedge.net #
 
PREVIOUS NEXT
Tagged: #github #push #master
ADD COMMENT
Topic
Name
6+2 =