git init
git remote add origin https://github.com/ambari.git
git remote set-url origin https@github.com/ambari.git
git branch --list
git branch -r
git checkout 2.0.2
git branch --list
git add . git commit -m “Initial commit”
git push -uf origin 2.0.2
git remote --help
git remote -v show
git branch -t 2.0.2
9378

被折叠的 条评论
为什么被折叠?



