Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Create a new repository from command line

echo "# alx-low_level_programming" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://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@github.com/AkinolaEmmanuel/alx-low_level_programming.git
git push -u origin main
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Create #repository #command #line
ADD COMMENT
Topic
Name
7+1 =