• Now I started to think why should I right click to launch git bash and type git init to create a new local repository?

    现在开始考虑为什么应该右键启动git的命令行,输入gitinit创建新的本地代码库呢?

    youdao

  • Gist works the same way - except with a twist: the pasted text ends up in a git repository, which is accessible via a git clone URL - it can be checked out with a git client program.

    GistPastie原理是一样的,只不过还有一样绝招:帖的文本会被放进git仓库,仓库可以通过一个git克隆url访问,还可以git客户端程序

    youdao

  • The main git package contains the git executable and a few auxiliary git applications.

    git包含git可执行文件一些辅助git应用程序

    youdao

  • The screencast shows how to paste snippets then use the generated git clone URL to access the pasted code using command line git and then pushing a modified version back.

    录像演示了如何代码片段然后git命令通过Gist生成git克隆URL访问帖的代码最后修改后版本推送回去

    youdao

  • Git-web. A graphical, Web-based interface to git repositories.

    git -web:基于web的图形化git存储库接口

    youdao

  • You can use git mv and git rm to manage files, renaming and removing them, respectively.

    可以分别使用gitmvgitrm管理文件重命名移除它们

    youdao

  • You can also execute the command git help command to obtain help about any git command.

    可以执行命令githelpcommand获取有关任何git命令的帮助

    youdao

  • Git-doc. Installs the git user's manual, tutorial, and documentation locally.

    git - doc:在本地安装git用户手册教程文档

    youdao

  • To actually retrieve associated file changes after a fetch, you would use either the git pull or git rebase command.

    fetch之后实际检索相关文件更改可以使用gitpullgitrebase命令。

    youdao

  • A Rails plugin that USES git to version ActiveRecord fields, like acts_as_versioned, but a git.

    Rails插件,记录使用gitActiveRecord字段版本就像acts_as_versioned但是git的。

    youdao

  • For a complete list of git commands, execute the man git command to see the online reference information for git.

    有关git命令完整清单请执行man git命令查看git在线参考信息

    youdao

  • Git-cola. A GUI for working with files and directories in a git repository.

    git - cola:用于处理git存储库中文件目录gui

    youdao

  • Now that you know how to use Git to obtain both the Linux kernel source and other Git-managed projects, you might choose to use Git to manage your next development project.

    现在我们已经知道如何使用Git获取Linux内核源代码其他Git管理项目了,接下来可以选择使用Git来管理一个开发项目。

    youdao

  • Note that Gerrit 2.2.x is moving the project configuration, rights and other metadata into Git storage, so that they are accessible and versionable through Git.

    注意Gerrit 2.2 . x项目配置权限其他元数据Git存储中,这样可以通过Git进行访问和版本控制

    youdao

  • In this article, I explained basic Git concepts and used Git to keep a simple directory's contents under version control, comparing Git with Subversion along the way.

    本文中,解释了基本Git概念使用Git一个简单目录内容实施版本控制,并在此过程中对GitSubversion进行了对比

    youdao

  • Git-gui. A GUI for browsing and working with git repositories; USES the gitk package.

    git -gui浏览处理git存储库的gui;使用gitk包。

    youdao

  • For instance, if you would like to use Git to manage your own personal contributions to an open source project, you can begin by making a Git repository from a project snapshot.

    例如如果我们喜欢使用Git管理自己个人对某个开放源码项目贡献的文件,可以项目快照中生成一个Git仓库

    youdao

  • Now that you've added a file, you need to make Git aware of this change by adding it to Git and then committing the revision.

    现在我们已经添加一个文件接下来需要将这个文件添加Git中,从而Git了解这种变化然后才能提交这个版本

    youdao

  • Git: Git is a popular version control system and is used to coordinate development on the Linux kernel, among other substantial projects.

    GitGit一个流行版本控制系统Linux内核其他重要项目使用它进行开发协作

    youdao

  • Git is available on most packaging systems already, but there are installers available from the Git homepage.

    很多系统(例如Linux)已经默认提供GitGit主页可以找到安装程序。

    youdao

  • At least for now, it is not intended to replace or overlap the functions of Git itself or other tools such as the Git Extensions.

    至少目前这个插件还没有打算代替重复Git本身GitExtensions这样工具功能

    youdao

  • The Git plug-in also adds helpful aliases for common Git command combinations and context-sensitive completions for Git options.

    Git插件常用Git命令组合创建别名,为Git选项提供上下文敏感的命令补全特性

    youdao

  • You can see a list of common Git commands at any time by running the git command with no arguments. The following is a subset of this list

    任何时候,只要运行任何参数git可以看到通用 Git命令清单

    youdao

  • Git has a couple of tools available and github, a popular git hosting provider will do it for you.

    git几个工具github一个流行git托管站点。

    youdao

  • The git-gui, git-web, gitk,, and qgit packages provide similar functionality, though git-web is Web based, while all the others run locally.

    git-gui、git-webgitkqgit提供类似的功能git-web基于 Web 的,所有其他包都是在本地运行的。

    youdao

  • Or to create tools that let people use Git without even knowing they're using Git.

    或者我们要做出工具人们用上git又浑然不觉。

    youdao

  • Get Git, and see the Git download page, as well as tons of documentation and tools.

    获得Git访问Git下载页面获取大量文档工具

    youdao

  • Any of these packages can be useful when you're getting started with git, though the git-web package is probably the best choice in a distributed environment.

    刚开始接触git这些非常有用,而git -web可能分布式环境中的最佳选择

    youdao

  • For more information on managing branches and other interesting features of Git, check out the excellent Git tutorial at Kernel.org (see Resources for a link).

    有关Git分支管理其他有趣特性更多信息参看Kernel.org上给出Git的优秀教程(参见参考资料中的链接)。

    youdao

  • If your Web content is not already being tracked by Git, use the process described in the previous section to set up a Git repository there. For example.

    如果Git没有跟踪Web内容,则使用上一节中描述过程在此设置Git存储库。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定