Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to make a push in github

#if-you-have-repo
git remote add origin "RepoURL" #replace-with-your-URL
git branch -M main #or-your-branch
git push -u origin main #your-branch
Source by github.com #
 
PREVIOUS NEXT
Tagged: #push #github
ADD COMMENT
Topic
Name
5+8 =