【Udemy付費(fèi)課程】 Git & GitHub - The Practical

Some computer problems but I have solved it number 11: Git common order?
How upload your own code to GitHub?
by the easy, simple, clear way
git config --global user.email "xxx@xx.com" git config --global user.name "xxx"
// Login your account
git clone https://github.com/tzlmzyt/html.git rizhixin
// rizhixin is a branch name
git branch rizhixin2
// create a new branch name what you like
git checkout rizhixin2
git init
git add .
git commit -m "Added a new branch: rizhixin2"
git push origin rizhixin2
Done
標(biāo)簽: