Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create folder in github

git add folderName/ 
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/HayfaAbusnina/student_data.git
git push -u origin main
 
PREVIOUS NEXT
Tagged: #create #folder #github
ADD COMMENT
Topic
Name
5+6 =