git初始化基本命令
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin ssh://admin@127.0.0.1:8080/api.git
git push -u origin master
git初始化基本命令
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin ssh://admin@127.0.0.1:8080/api.git
git push -u origin master