Git使用简介
1. Github 注册UsernameUserpasswordgit config --global user.name "hello"git config --global user.email hello@example.com2. 创建Github仓库New repositoryeg. https://github.com/beyondzhou/TestGit.git
·
1. Github 注册
Username
Userpassword
git config --global user.name "hello"
git config --global user.email hello@example.com
2. 创建Github仓库
New repository
eg. https://github.com/beyondzhou/TestGit.git
3. Git操作
git init
git add 123.txt
git commit -m "Test git"
git remote add origin https://github.com/beyondzhou/TestGit.git
git push origin master
(input username, userpassword)
git status
git branch
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)