git本地分支操作

1.HEAD

  • Related with current active branch
  • Always point to the latest commit

2.Git Branch

3. 关联远程仓库

  • git add remote origin url:本地config文件里生成对应的远程库信息
  • git push 本地.git文件变化:

图片来源:https://www.bilibili.com/video/BV1JA411v7S9

4. git rebase

posted @ 2021-01-05 14:12  Loading~  阅读(153)  评论(0编辑  收藏  举报