Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 487 Bytes

github&git.md

File metadata and controls

33 lines (29 loc) · 487 Bytes

Github

主要概念

网站端

  • repo仓库
  • commit提交
  • branch分支
  • merge合并
  • fork复刻
  • pull request拉

流程图

image

本地端

  • git clone
  • git commit
  • git status
  • git log
  • git remote
  • git push
  • git pull
  • init

流程图

Git

主要命令

1.

  • cd
  • pwd
  • ls
  • clear