Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push code into github reposityory

echo "# PdfReaderApplication" >> README.md
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin urllink.git
git push -u origin main
Source by github.com #
 
PREVIOUS NEXT
Tagged: #push #code #github #reposityory
ADD COMMENT
Topic
Name
4+2 =