Skip to content

microwise-system/forkknife

Repository files navigation

任务1

完成任务0后,我会上传一个与姓名相同的文件,格式如下xxx_1.md

任务是将自己姓名对应的文件内容 I am 改为 I am xxx

  1. pull

     git pull origin master
    
  2. edit

  3. commit

     git add gaohui_1.md
     git commit -m "add my name"
    
  4. push

     git push origin master
    

任务0

上传自己姓名的文件,内容随意

  1. clone

     git clone [email protected]:microwise-system/forkknife.git
     cd forkknife
     # 配置用户名和邮箱
     git config --global user.name "Your Name Here"
     git config --global user.email "[email protected]"
    
  2. touch gaohui.rb

  3. edit gaohui.rb

  4. commit

     git add gaohui.rb
     git commit -m "add gaohui"
    
  5. push

git push origin master ```

  1. well done

磨刀霍霍

安装 git 并配置,参考文档

About

这是练习 git 的地方

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages