
包含
git的中国译典句库查询结果如下:
属类:综合句库--
属类:综合句库--
属类:综合句库--
属类:无分类双语句库-newssgo.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:英汉句库-article.yeeyan.org-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:英汉句库-article.yeeyan.org-
属类:IT行业-www.ibm.com-
属类:英汉句库-article.yeeyan.org-
属类:英汉句库-article.yeeyan.org-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:英汉句库-article.yeeyan.org-
属类:英汉句库-article.yeeyan.org-
属类:IT行业-www.ibm.com-
属类:英汉句库-article.yeeyan.org-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:英汉句库-article.yeeyan.org-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
| 1 | 你能确定那潜艇的位置吗? | Can you git a fix on the submarine? | |
| 2 | 正如吉特常常说的,他的最大不幸反而成了他后来一切兴旺的源泉。 | As git often said, his great misfortune turned out to be the source of all his subsequent prosperity | |
| 3 | 只要鲍比有干劲便经常能够找到事情做。 | Bobby can always find something to do if he has a little git -up. | |
| 4 | “小四眼”、“斗鸡眼”和“青蛙眼”等绰号在操场上响起,使很多儿童受到伤害。 | "Four-eyes" , "Specky-git " and "Goggles" were some of the names that rang out in the playground and scarred many a childhood. | |
| 5 | Git:Git是一个流行的版本控制系统,Linux内核和其他重要项目使用它进行开发协作。 | Git : Git is a popular version control system and is used to coordinate development on the Linux kernel, among other substantial projects. | |
| 6 | git-doc:在本地安装Git用户手册、教程和文档 | git -doc. Installs the Git user's manual, tutorial, and documentation locally | |
| 7 | Github:Github托管了数千个Git知识库,其中包括许多专家用户的个人点文件。 | Github: Github houses thousands of Git repositories, including the personal dot files of many expert users. | |
| 8 | git-rebase让你将之前的非线性历史改造成线性,让历史保持干净。 | git -rebase allows you to make a previously non-linear history linear, keeping the history cleaner. | |
| 9 | GitSCM在其自己的Git存储库内是自托管的,这意味着您必须引导Git来将其安装到本机。 | The Git SCM is self-hosted in its own Git repository, which means that you must bootstrap Git to install it on your local machine. | |
| 10 | gitstashsave在本地堆栈中保存当前更改,gitstashapply检索并重新应用它们。 | git stash save saves your current changes on a local stack, while git stash apply retrieves and reapplies them. | |
| 11 | Git包含支持HTTP方式的拉取(和WebDAV方式的推送),但这是基于假定服务器完全不了解Git的情况的实现。 | Git includes support for HTTP pulls (and WebDAV pushes), but the implementation assumes that the server knows nothing about Git. | |
| 12 | Git的命令集与您到目前为止看到的那些命令十分类似,而且相对简单。 | The command set for Git is similar to what you've seen thus far, but it's relatively basic. | |
| 13 | Git和Hg都是使用SHA1哈希值来辨别数据(文件、修订树、修改集等等)。 | Both Git and Mercurial do this by using SHA1 hashes to identify data (files, trees, changesets, etc). | |
| 14 | Git就是一款小巧易用的文档版本控制软件。 | Git is a piece of software that allows the user to control the versions of files in a directory. | |
| 15 | Git仍然相对较新,仍然处于不断开发中。 | Git is still relatively new and is under development. | |
| 16 | Git使用内部索引跟踪文件的状态和存储库中的目录。 | Git uses an internal index to track the state of the files and directories in a repository. | |
| 17 | Git是一个分散的版本控制软件,可用于将GIMP代码保持在主知识库上。 | Git is a decentralized version-control software, which can be used to keep GIMP code on the main repository. | |
| 18 | Git提交都是原子的,且是整个项目范围的,而不像CVS中一样是对每个文件的。 | Git commits are atomic and project-wide, not per-file as in CVS. | |
| 19 | Git下载页面还提供了一个独立的MacOSXGit安装程序链接;这个工具可能更适合大多数人使用)。 | There's also a standalone MacOS X Git installer linked from the Git download page; that will probably work better for most people. | |
| 20 | Git也允许将历史数据从本地仓库中删除(但在那些分支上依旧保留近期的数据)。 | Git also allows old revision data to be pruned from the local repository (while still keeping recent revision data on those branches). | |
| 21 | Git有更多的命令和设置项,这就足够吓跑新用户。 | Git has more commands and options, the volume of which can be intimidating to new users. | |
| 22 | Git只提供一个内置的revert命令,而且语法非常复杂。 | Git provides a single built-in revert command with its typical rocket-scientist-only syntax. | |
| 23 | Hg和Git斗允许用户有选择性地从其他仓库中拉取他们所需的分支。 | Both Mercurial and Git allow users to selectively pull branches from other repositories. | |
| 24 | Linus将Git描述为一个高速的目录内容管理器,虽然它所做的工作不多但完成得十分高效。 | Linus describes Git as a very fast directory content manager that doesn't do much, but does it efficiently. | |
| 25 | Mercurial和Git的支持者还希望讨论这两个VCS系统的命令集的学习难度、优点和易用性。 | Mercurial and Git fans are also happy to discuss the learning curve, merits, and usability of each VCS system's command set. | |
| 26 | vi,以及其他许多命令都能识别点文件。 | cron, git , vi, and many other commands recognize dot files, too. | |
| 27 | 本系列的第2部分将讨论Git的更高级应用:合并分支、生成差异(diff)和其他常见任务。 | Part 2 of this series will discuss more advanced uses of Git : merging branches, generating diffs, and other common tasks. | |
| 28 | 不幸的是,这也意味着Git完全乐意丢失修订历史。 | Unfortunately, this also means that Git is perfectly happy to lose history. | |
| 29 | 当然,Git也满足标准的VCS要求,比如不变性和问责制。 | Of course, Git also satisfies standard VCS requirements such as immutability and accountability. | |
| 30 | 对于Git,比较关键的操作不再是提交(commit);而是合并(merge)。 | With Git , the crucial action is no longer the commit; it is the merge. |
查询记录