Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git push commands

 git init

2. git add .

3. git status

4. git commit -m 'your message'

5. git remote add origin 'your_url_name' 

6. git push -u origin master //then login w/ your creds
Source by github.com #
 
PREVIOUS NEXT
Tagged: #git #push #commands
ADD COMMENT
Topic
Name
1+2 =