Git

常用Git命令

git init

git pull

$ ssh-keygen -t rsa -C "[email protected]"

git clone [email protected]:fast-cache/fast-cache.git

cd fast-cache
git config user.name 'fast-cache'
git config user.email '[email protected]'

git add .
git commit -m "first update"
git push origin master








你可能感兴趣的:(Git)