摘要:
添加操作 git add <filename> //添加到暂存区(stage) git add . //全部提交到暂存区 提交操作 git commit -m <description> //提交到本地库(必须先add) git commit -am //可提交未add文件,但是不包括未创建文件 g 阅读全文
posted @ 2020-12-02 21:59
威武的大白菜
阅读(110)
评论(0)
推荐(0)
摘要:
一、 Git 常用命令速查 git branch 查看本地所有分支git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支git branch -r 查看远程所有分支git commit -am "init" 提交并且加注释 git remote a 阅读全文
posted @ 2020-12-02 21:48
威武的大白菜
阅读(88)
评论(0)
推荐(0)

浙公网安备 33010602011771号