欢迎光临散文网 会员登陆 & 注册

【Udemy付费课程】 Git & GitHub - The Practical

2022-04-08 09:48 作者:我命我掌控  | 我要投稿

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







【Udemy付费课程】 Git & GitHub - The Practical的评论 (共 条)

分享到微博请遵守国家法律