1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| git init
git add .
git commit -m "xxxx" git commit -m "update729"
git push -u origin branch
git branch
git branch idku git add * git branch idku git checkout idku git commit -m "init idku" git push origin idku
git remote rm origin git remote add origin https:
git push origin master git push -u origin master git push -f origin master git clone https:
|