Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 233 Bytes

File metadata and controls

21 lines (12 loc) · 233 Bytes

[on master]

  • git checkout Ruoyun
  • git pull origin master

[on Ruoyun]

  • git status

  • git add *

  • git commit -m "A change to file.txt"

  • git push origin Ruoyun

[on master]

  • git checkout master

  • git merge Ruoyun

  • git push