##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
| dependencies | |
| virtualenv | |
| http://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html | |
| sudo pip install vitualenvwrapper | |
| in .bash_profile add (or create) |
| sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories | |
| apk update |