github中常用的命令

一、git仓库简介

github中常用的命令

  • 本地仓库有三大区域:工作区、暂存区、版本区。所有命令都以git开头。

二、命令

  • 所有Git命令都以 git开头
  1. git status查看仓库状态
    github中常用的命令

  2. git add把新文件添加到暂存区
    github中常用的命令

  3. git reset
    github中常用的命令

相关文章:

  • 2022-12-23
  • 2022-02-13
  • 2021-07-31
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-02
  • 2021-07-20
  • 2021-08-12
  • 2021-12-29
相关资源
相似解决方案