完成任务0后,我会上传一个与姓名相同的文件,格式如下xxx_1.md
任务是将自己姓名对应的文件内容 I am 改为 I am xxx
-
pull
git pull origin master -
edit
-
commit
git add gaohui_1.md git commit -m "add my name" -
push
git push origin master
上传自己姓名的文件,内容随意
-
clone
git clone git@github.com:microwise-system/forkknife.git cd forkknife # 配置用户名和邮箱 git config --global user.name "Your Name Here" git config --global user.email "your_email@example.com" -
touch gaohui.rb
-
edit gaohui.rb
-
commit
git add gaohui.rb git commit -m "add gaohui" -
push
git push origin master ```
- well done
安装 git 并配置,参考文档