git远程仓库常用命令
1. gitadd . 将工作区的文件推到暂存区;2. git commit -m " 备注信息" 将暂存区内容提交版本库;
3. git push 将版本库内容推到长途堆栈
4. git log 查看汗青记载
5. gitreflog 查看版本信息
6. git reset --hardcommit-id 回退到某个版本
7. git branch 分支名 创建分支
8. git checkout 分支名 切换分支
9. git checkout -d 分支名 删除分支
来源:https://www.cnblogs.com/wangyueyue/archive/2019/09/24/11580833.html
页:
[1]