网站首页 > 技术文章 正文
- git init:在当前目录初始化一个新的Git仓库。
- git clone [url]:从远程仓库克隆一个本地副本。
- git add [file]:将指定文件添加到暂存区。
- git commit -m [message]:提交暂存区的文件到本地仓库,并添加提交信息。
- git status:查看工作区、暂存区和本地仓库的状态。
- git log:查看提交历史记录。
- git branch:查看本地分支。
- git checkout [branch]:切换到指定分支。
- git merge [branch]:合并指定分支到当前分支。
- git push:将本地分支的提交推送到远程仓库。
- git pull:从远程仓库拉取最新的提交到本地分支。
- git stash:将当前的改动保存到一个临时存储区,方便切换分支或者保存工作进度。
- git reset [commit]:将HEAD指向指定的提交,并丢弃之后的提交。
- git revert [commit]:创建一个新的提交,撤销指定的提交。
- git remote add [name] [url]:添加一个远程仓库。
- git remote -v:查看当前配置的远程仓库的URL。
- git tag [name]:给当前的提交打上标签。
- git diff:查看工作区和暂存区的差异。
- git fetch:从远程仓库获取最新的提交,但不合并到当前分支。
猜你喜欢
- 2024-11-07 Git基本操作流程(git 基本操作)
- 2024-11-07 Git 应该用 fetch 还是 pull(git push和fetch)
- 2024-11-07 git 常用命令(git常用命令详解)
- 2024-11-07 git基本用法(git常用)
- 2024-11-07 Git fetch和git pull的区别(git fetch git pull)
- 2024-11-07 【干货】常用的Git命令有哪些?(git常用操作命令 简书)
- 2024-11-07 git常用命令(git常用命令提交)
- 2024-11-07 git 提交代码的简单指令(git提交代码步骤图解merge)
- 2024-11-07 工作流一目了然,看小姐姐用动图展示10大Git命令
- 2024-11-07 说说Git常用的命令有哪些?(git 常用)
- 最近发表
-
- 使用Knative部署基于Spring Native的微服务
- 阿里p7大佬首次分享Spring Cloud学习笔记,带你从0搭建微服务
- ElasticSearch进阶篇之搞定在SpringBoot项目中的实战应用
- SpringCloud微服务架构实战:类目管理微服务开发
- SpringBoot+SpringCloud题目整理
- 《github精选系列》——SpringBoot 全家桶
- Springboot2.0学习2 超详细创建restful服务步骤
- SpringCloud系列:多模块聚合工程基本环境搭建「1」
- Spring Cloud Consul快速入门Demo
- Spring Cloud Contract快速入门Demo
- 标签列表
-
- cmd/c (57)
- c++中::是什么意思 (57)
- sqlset (59)
- ps可以打开pdf格式吗 (58)
- phprequire_once (61)
- localstorage.removeitem (74)
- routermode (59)
- vector线程安全吗 (70)
- & (66)
- java (73)
- org.redisson (64)
- log.warn (60)
- cannotinstantiatethetype (62)
- js数组插入 (83)
- resttemplateokhttp (59)
- gormwherein (64)
- linux删除一个文件夹 (65)
- mac安装java (72)
- reader.onload (61)
- outofmemoryerror是什么意思 (64)
- flask文件上传 (63)
- eacces (67)
- 查看mysql是否启动 (70)
- java是值传递还是引用传递 (58)
- 无效的列索引 (74)