git help 机器翻译
该篇发布仅为博主个人保存并参考,内容可能不对
usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
# [版本] [帮助] [-C 路径] C<C<><>name = value)
[--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
[-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
[--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
<command> [<args>]
These are common Git commands used in various situations:
#这些是在各种情况下使用的常见Git命令:
start a working area (see also: git help tutorial)
# 启动一个工作区域(参见:git帮助教程)
clone Clone a repository into a new directory
# 将存储库克隆到新目录中
init Create an empty Git repository or reinitialize an existing one
# 创建一个空的Git存储库或重新初始化现有存储库
work on the current change (see also: git help everyday)
# 处理当前的变化(另请参阅:git help 每天)
add Add file contents to the index
# 将文件内容添加到索引
mv Move or rename a file, a directory, or a symlink
# 移动或重命名文件,目录或符号链接
reset Reset current HEAD to the specified state
将当前HEAD重置为指定状态
rm Remove files from the working tree and from the index
从工作树和索引中删除文件
examine the history and state (see also: git help revisions)
检查历史和状态(另请参阅:git help revisions)
bisect Use binary search to find the commit that introduced a bug
使用二进制搜索来查找引入错误的提交
grep Print lines matching a pattern
打印与图案匹配的线条
log Show commit logs
显示提交日志
show Show various types of objects
显示各种类型的对象
status Show the working tree status
显示工作树状态
grow, mark and tweak your common history
成长,标记和调整您的共同历史
branch List, create, or delete branches
列出,创建或删除分支
checkout Switch branches or restore working tree files
切换分支或恢复工作树文件
commit Record changes to the repository
记录对存储库的更改
diff Show changes between commits, commit and working tree, etc
显示提交,提交和工作树等之间的更改
merge Join two or more development histories together
一起加入两个或多个开发历史
rebase Reapply commits on top of another base tip
在另一个基本提示之上重新应用提交
tag Create, list, delete or verify a tag object signed with GPG
创建,列出,删除或验证使用GPG签名的标记对象
collaborate (see also: git help workflows)
协作(另请参阅:git help workflows)
fetch Download objects and refs from another repository
从另一个存储库下载对象和引用
pull Fetch from and integrate with another repository or a local branch
从另一个存储库或本地分支获取并与其集成
push Update remote refs along with associated objects
更新远程引用以及关联的对象
'git help -a' and 'git help -g' list available subcommands and some
concept guides. See 'git help <command>' or 'git help <concept>'
to read about a specific subcommand or concept.
'git help -a'和'git help -g'列出了可用的子命令和一些
概念指南。 请参阅'git help <command>'或'git help <concept>'
阅读有关特定子命令或概念的内容。
git help 机器翻译的更多相关文章
- Git 子模块 - submodule
有种情况我们经常会遇到:某个工作中的项目需要包含并使用另一个项目. 也许是第三方库,或者你 独立开发的,用于多个父项目的库. 现在问题来了:你想要把它们当做两个独立的项目,同时又想在 一个项目中使用另 ...
- Git 在团队中的最佳实践--如何正确使用Git Flow
我们已经从SVN 切换到Git很多年了,现在几乎所有的项目都在使用Github管理, 本篇文章讲一下为什么使用Git, 以及如何在团队中正确使用. Git的优点 Git的优点很多,但是这里只列出我认为 ...
- Git与Repo入门
版本控制 版本控制是什么已不用在说了,就是记录我们对文件.目录或工程等的修改历史,方便查看更改历史,备份以便恢复以前的版本,多人协作... 一.原始版本控制 最原始的版本控制是纯手工的版本控制:修改文 ...
- Git Bash的一些命令和配置
查看git版本号: git --version 如果是第一次使用Git,你需要设置署名和邮箱: $ git config --global user.name "用户名" $ gi ...
- 在Ubuntu 16.10 安装 git 并上传代码至 git.oschina.net
1. 注册一个账号和创建项目 先在git.oschina.net上注册一个账号和新建一个project ,如project name 是"myTest". 2.安装git sudo ...
- 史上最详细git教程
题外话 虽然这个标题很惊悚,不过还是把你骗进来了,哈哈-各位看官不要着急,耐心往下看 Git是什么 Git是目前世界上最先进的分布式版本控制系统. SVN与Git的最主要的区别 SVN是集中式版本控制 ...
- [版本控制之道] Git 常用的命令总结(欢迎收藏备用)
坚持每天学习,坚持每天复习,技术永远学不完,自己永远要前进 总结日常开发生产中常用的Git版本控制命令 ------------------------------main-------------- ...
- 【解决方案】Myeclipse 10 安装 GIT 插件 集成 步骤 图解
工程开发中,往往要使用到集成GIT ,那么下面说说插件安装步骤 PS:以Myeclipse 10 为例,讲解集成安装步骤. ----------------------main------------ ...
- git 命令
切换仓库地址: git remote set-url origin xxx.git切换分支:git checkout name撤销修改:git checkout -- file删除文件:git rm ...
随机推荐
- vlc-ts
https://github.com/jiayayao/vlc_2.1.0-vs_2010 https://wenku.baidu.com/view/a0634d26336c1eb91a375d70. ...
- Python代码转换为exe可执行程序详解
1:安装pyinstaller pip install pyinstaller 2,制作exe 1,先写一个hello.py print('hello world!') input() 2.执行(在s ...
- 解决Postgres无法连接的问题
错误信息如下: could not connect to server: Connection refused Is the server running on host host.domain.co ...
- 如何建立nfs网络文件系统
建立网络文件系统的前提:windows与linux虚拟机及开发板三者之间能够互相ping 通. 三者互ping通IP设置举例: 1. 首先,关闭windows的防火墙,然后通过:ufw disab ...
- C# WinForm窗体隐藏右上角最小化、最大化、关闭按钮
C# WinForm窗体隐藏右上角最小化.最大化.关闭按钮 如何赢藏WinForm窗体的右上角按钮 设置设置ControlBox = false: 设置ControlBox = false:
- 字符串匹配的 Boyer-Moore 算法
上一篇文章,我介绍了 字符串匹配的KMP算法 但是,它并不是效率最高的算法,实际采用并不多.各种文本编辑器的” 查找” 功能(Ctrl+F),大多采用 Boyer-Moore 算法. 下面,我根据 M ...
- MySQL 分页数据错乱重复
select xx from table_name wheere xxx order by 字段A limit offset;, 表数据总共 48 条,分页数量正常,但出现了结果混杂的情况,第一页的数 ...
- springMVC01,使用xml
unit03_01 unit03_02 springmvc流程图 案例:hello示例 /hello.do --> springmvc --> /WEB-INF/hello.jsp /he ...
- windows服务安装 System.IO.FileLoadException
报错如下: System.IO.FileLoadException: 未能加载文件或程序集“file:///D:\WindowsService\bin\Debug\WindowsService.exe ...
- 二、JavaScript基础(1)
1.JavaScript 基于对象和事件驱动的脚步语言,主要应用在客户端 特点:交互性(信息的动态交互).安全性(不可直接访问本地硬盘).跨平台性(只要可以解析js的浏览器 都可以执行,与平台无关) ...