Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Git Push

echo "# ImageProcessing_PythonPillow" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M Main
git remote add origin https://github.com/dymasius12/ImageProcessing_PythonPillow.git
git push -u origin Main
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Git #Push
ADD COMMENT
Topic
Name
5+7 =