##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
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories | |
apk update |
dependencies | |
virtualenv | |
http://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html | |
sudo pip install vitualenvwrapper | |
in .bash_profile add (or create) |
##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