Initialize the repository - omahapython/webapp GitHub Wiki
1 cd webapp
7 git
8 cd..
9 cd ..
10 ls
11 git init
12 git add *
13 git commit
15 git config --global user.email "[email protected]"
16 git config --global user.name "DarthVader"
17 git commit
19 git remote add origin https://github.com/omahapython/webapp.git
20 git push -u origin master
24 git push -u origin master```