Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 230 Bytes

File metadata and controls

14 lines (10 loc) · 230 Bytes

git pull 获取新版本

git status

git add .

git commit -m "add new files"

touch README.md git init git add README.md git commit -m "first commit" git remote add origin git@github.com:redybai/ci.git git push -u origin master