Skip to content

Initialize the repository

Steve Young edited this page Oct 18, 2017 · 1 revision
    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```
Clone this wiki locally