该篇发布仅为博主个人保存并参考,内容可能不对

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 机器翻译的更多相关文章

  1. Git 子模块 - submodule

    有种情况我们经常会遇到:某个工作中的项目需要包含并使用另一个项目. 也许是第三方库,或者你 独立开发的,用于多个父项目的库. 现在问题来了:你想要把它们当做两个独立的项目,同时又想在 一个项目中使用另 ...

  2. Git 在团队中的最佳实践--如何正确使用Git Flow

    我们已经从SVN 切换到Git很多年了,现在几乎所有的项目都在使用Github管理, 本篇文章讲一下为什么使用Git, 以及如何在团队中正确使用. Git的优点 Git的优点很多,但是这里只列出我认为 ...

  3. Git与Repo入门

    版本控制 版本控制是什么已不用在说了,就是记录我们对文件.目录或工程等的修改历史,方便查看更改历史,备份以便恢复以前的版本,多人协作... 一.原始版本控制 最原始的版本控制是纯手工的版本控制:修改文 ...

  4. Git Bash的一些命令和配置

    查看git版本号: git --version 如果是第一次使用Git,你需要设置署名和邮箱: $ git config --global user.name "用户名" $ gi ...

  5. 在Ubuntu 16.10 安装 git 并上传代码至 git.oschina.net

    1. 注册一个账号和创建项目 先在git.oschina.net上注册一个账号和新建一个project ,如project name 是"myTest". 2.安装git sudo ...

  6. 史上最详细git教程

    题外话 虽然这个标题很惊悚,不过还是把你骗进来了,哈哈-各位看官不要着急,耐心往下看 Git是什么 Git是目前世界上最先进的分布式版本控制系统. SVN与Git的最主要的区别 SVN是集中式版本控制 ...

  7. [版本控制之道] Git 常用的命令总结(欢迎收藏备用)

    坚持每天学习,坚持每天复习,技术永远学不完,自己永远要前进 总结日常开发生产中常用的Git版本控制命令 ------------------------------main-------------- ...

  8. 【解决方案】Myeclipse 10 安装 GIT 插件 集成 步骤 图解

    工程开发中,往往要使用到集成GIT ,那么下面说说插件安装步骤 PS:以Myeclipse 10 为例,讲解集成安装步骤. ----------------------main------------ ...

  9. git 命令

    切换仓库地址: git remote set-url origin xxx.git切换分支:git checkout name撤销修改:git checkout -- file删除文件:git rm  ...

随机推荐

  1. myeclipse中的classpath .

    博客分类: java基础   myeclipse中的classpath是一个很重要的问题 myeclipse的在查找的时候都是按照其查找,而且myeclipse有一个专门的文件来保存classpath ...

  2. vue 使用font-awesome

    1.npm 安装font-awesome 以及需要的所有依赖 npm i --save @fortawesome/fontawesome-svg-core npm i --save @fortawes ...

  3. Tomb Raider

    Lara Croft, the fiercely independent daughter of a missing adventurer, must push herself beyond her ...

  4. Mac上Vim的配置文件及插件

    Vim是公认的终端编辑神器,配置文件设置的好,再加上各种功能的插件,更能使其如虎添翼,下面就分享出博主的配置文件,也是从网上大神那里拷过来的.配置文件在用户目录下~/.vimrc ,如果没有,就自己创 ...

  5. hibernate07--关联映射

    单向的一对多关联 创建对应的实体类以及映射文件 package cn.bdqn.bean; /** * * @author 小豆腐 *街道对应的实体类 * *单向的多对一关联 */ public cl ...

  6. roadhog 介绍

    官方网站:https://www.npmjs.com/package/roadhog; 项目搭建demo: https://github.com/ght5935/antd-dva-less-webpa ...

  7. 计算属性和监听,computed,watch

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  8. DWZ富客户端框架使用手册【申明:来源于网络】

    DWZ富客户端框架使用手册[申明:来源于网络] ---- 地址:http://www.docin.com/p-288065388.html&s=C1218A403B04136160905E8E ...

  9. Django之中间件&信号&缓存&form上传

    中间件 1.中间件是什么? 中间件顾名思义,是介于request与response处理之间的一道处理过程,相对比较轻量级,并且在全局上改变django的输入与输出.因为改变的是全局,所以需要谨慎实用, ...

  10. nodejs构建mock数据

    Nodejs构建mock数据并通过rest api风格调用接口访问数据 如果我们只有json格式的数据文件,我们想通过访问url方式调用居然数据 确保电脑安装node环境 如果你没有安装好node环境 ...