开始接触Github,在帮助文档下摸索了开始如何操作;
- 安装好git之后,先设置
$ git config --global user.name "Your Name Here" # Sets the default name for git to use when you commit
$ git config --global user.email "your_email@youremail.com"
Sets the default email for git to use when you commi
- 直接在本地添加好麻烦。我的做法是在github上先new repo,然后使用
$ git clone https://github.com/XXXX
- 使用
$ git status
查看消息,如果添加了文件,用$ git add 文件名
添加commit - 再次用
$ git status
查看,如果clean,就可以用$ git push
提交变更 - 要输用户名密码好麻烦的样子,好像用ssh可以免密码,下次试下。
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于