单词 | git |
释义 |
复数:gits 例句释义: 蠢货,饭桶,讨厌鬼,版本控制,乔治亚理工学院 1. At this point, you're ready to use the commands discussed above to begin working in Git with your project files. 现在,您可以使用上述命令在Git中处理项目文件了。 www.ibm.com 2. I then made a new branch called empty-gdbinit and switched to it (I could have done this with git checkout -b empty-gdbinit as well). 随后我生成一个名为empty-gdbinit的新分支,然后切换到该分支(我也可以使用gitcheckout-bempty-gdbinit完成这个操作)。 www.ibm.com 3. Gist allows to start off from a pasted bit of text or code and collaborate over the net, either using a web interface or git tools. 使用Gist,用户可以从粘帖一小段文本或者代码开始,然后通过Web界面或者git工具展开网上的协作。 www.infoq.com 4. I strongly encourage you to read the very understandable Git manual or at least go through the tutorial. 我强烈建议您阅读简单易懂的Git手册,或者至少阅览一下教程。 www.ibm.com 5. Look at it, says I -- such a hat for me to wear -- one of the wealthiest men in this town if I could git my rights. 我说,你们看一看吧,——叫我这样的人戴上这样一顶帽子——我可是本镇上大富翁之一啊,如果我的权利能收回的话。 www.putclub.com 6. As Ryan Giggs, his former team-mate, joked: "Becks hasn't changed since I've known him - he's always been a flash cockney git. " 正如他的前队友瑞恩-吉格斯(RyanGiggs)开玩笑所说的那样:“自打我认识他以来,贝克就没变过——他一直就是个花里胡哨、百无一用的东区伦敦佬。” www.ftchinese.com 7. Liberal fundamentalists as open source projects, Git repository browser did not modify any of the rights and restrictions. 作为开源自由原教旨主义项目,Git没有对版本库的浏览和修改做任何的权限限制。 www.pudn.com 8. Well, not until a certain git by the name of Lockhart took over as Defence Against the Dark Arts teacher, at any rate. 呵呵,直到有天有个叫洛哈特的饭桶当了黑魔法防御术老师,情况就不同啦。 www.bing.com 9. I suggest you git out of here before I throw you out on your ear! 在我揪住你的耳朵把你扔出去之前我建议你自己滚出去! www.bn13.com 10. ole missis , she tole me i got to go an git dis water an not stop fooling round wid anybody. 老太太,她叫我去提水,不准在路上停下来和人家玩。 www.ichacha.net 1. GIT is one of the newest tools available for version control and was initially created by Linus Torvalds. GIT是用于版本控制的最新工具之一,它最初是由LinusTorvalds创建的。 www.ibm.com 2. "Four-eyes" , "Specky-git" and "Goggles" were some of the names that rang out in the playground and scarred many a childhood. “小四眼”、“斗鸡眼”和“青蛙眼”等绰号在操场上响起,使很多儿童受到伤害。 newssgo.com 3. As Git often said, his great misfortune turned out to be the source of all his subsequent prosperity. 正如吉特常常说的,他的最大不幸反而成了他后来一切兴旺的源泉。 www.jukuu.com 4. Old mister abernathy has locked himself in his quarters again, and you've been ordered to git him out. 老先生被锁在了自己的房间里,要求你把他弄出去,你如何处理? word.hcbus.com 5. He will think you are a crusty old git , which could be unfortunate when he becomes your boss in a couple of years' time . 他会认为你是个老古董,如果几年后他成为你的老板,可能会给你带来不幸。 www.bing.com 6. Also one of the developments that happened over the last 3 years was our move to use git as our source control tool. 在我们开发上的变化是,我们转移到了Git上,把它作为我们的源代码控制工具。 www.infoq.com 7. Since the on-disk format for Git repositories is standardised, EGit can be used in conjunction with the command-line tool. 由于存储在磁盘上的Git仓库格式是标准化的,因此EGit可以与命令行工具联合起来使用。 www.infoq.com 8. The main Git package contains the git executable and a few auxiliary Git applications. 主Git包包含git可执行文件和一些辅助Git应用程序。 www.ibm.com 9. Like most of the FT's older readers, I don't think you are a ghastly git at all. In fact, I can easily imagine feeling the same way myself. 和大多数年纪较大的读者一样,我一点儿也不认为你是个可怕的蠢货。事实上,我很容易想象自己产生同感。 www.ftchinese.com 10. "I git an 'lowance, " said the tackle, in a low, husky voice, obviously embarrassed. “我得到了一笔津贴,”这位后卫说道,嗓音低沉、沙哑,显然困窘不安。 www.360doc.com 1. Incidentally, if you want to enforce some rules on your Git repository, whether on every commit or at other times, the hooks are the place. 顺便提一下,如果您希望对Git存储库施加某些规则,不管是针对每一个提交或是在其他情况下,都可以使用钩子(hook)。 www.ibm.com 2. 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. GitSCM在其自己的Git存储库内是自托管的,这意味着您必须引导Git来将其安装到本机。 www.ibm.com 3. Now is a good time to check in on your git-log to ensure that what you have done so far has been correct. 现在应该查看一下git-log,从而确保到现在为止所做的事情都是正确的。 www.ibm.com 4. Or to create tools that let people use Git without even knowing they're using Git. 或者我们要做出工具让人们用上Git而又浑然不觉。 www.bing.com 5. git-rebase allows you to make a previously non-linear history linear, keeping the history cleaner. git-rebase让你将之前的非线性历史改造成线性,让历史保持干净。 www.bing.com 6. The command set for Git is similar to what you've seen thus far, but it's relatively basic. Git的命令集与您到目前为止看到的那些命令十分类似,而且相对简单。 www.ibm.com 7. Github: Github houses thousands of Git repositories, including the personal dot files of many expert users. Github:Github托管了数千个Git知识库,其中包括许多专家用户的个人点文件。 www.ibm.com 8. As a technology preview, the EGit project is not at full feature-parity of the command-line git tool. 作为一个技术预览版,EGit项目并不具备命令行工具git的全部特性。 www.infoq.com 9. Git is a decentralized version-control software, which can be used to keep GIMP code on the main repository. Git是一个分散的版本控制软件,可用于将GIMP代码保持在主知识库上。 www.ibm.com 10. Git also allows old revision data to be pruned from the local repository (while still keeping recent revision data on those branches). Git也允许将历史数据从本地仓库中删除(但在那些分支上依旧保留近期的数据)。 www.bing.com 1. Git uses an internal index to track the state of the files and directories in a repository. Git使用内部索引跟踪文件的状态和存储库中的目录。 www.ibm.com 2. So, what committing does is take a "snapshot" of the directory structure or whatever files you told your git repository to watch. 我们每次提交到仓库的都是当前写作目录的快照,目录下的文件都在git仓库的监控之下。 www.bing.com 3. Harry and Ron were delighted to hear Hagrid call Filch "that old git" . 听到哈格力把门房费驰叫做“那个老家伙。”哈利和罗恩心里可高兴了。 www.kekenet.com 4. No Git repository is inherently more important than any other. 没有哪一个Git仓库会天生比其他仓库更重要。 www.ibm.com 5. The layout of the new Git repository is going to exactly match our internal layout. 新的Git代码库的布局将会精确地对应我们的内部布局。 www.infoq.com 6. Pushing with Git is effectively a synchronization of your repository's state with the remote server. 使用Git推入更改可以非常有效地同步存储库状态和远程服务器。 www.ibm.com 7. In Git, you can be The Wonderful Monkey Of Wittgenstein if you want (I resisted the temptation). 在Git中,您可以是Wittgenstein的那只奇妙的猴子,如果您愿意的话(我克制着这种诱惑)。 www.ibm.com 8. According to their e-mails, you are a ghastly old git in denial that someone better than you is now your boss. 他们的电子邮件称,你是个可怕的老蠢货,不愿承认你现在的上司比你优秀。 www.ftchinese.com 9. Mercurial and Git fans are also happy to discuss the learning curve, merits, and usability of each VCS system's command set. Mercurial和Git的支持者还希望讨论这两个VCS系统的命令集的学习难度、优点和易用性。 www.ibm.com 10. Git: Git is a popular version control system and is used to coordinate development on the Linux kernel, among other substantial projects. Git:Git是一个流行的版本控制系统,Linux内核和其他重要项目使用它进行开发协作。 www.ibm.com 1. Speed ruled out bzr, and Windows support is less of an issue: git appears to work reasonably well on Windows these days. 速度淘汰了bzr,Windows支持虽不重要,但也算是一个原因:git最近在Windows上工作的很不错。 www.infoq.com 2. Opening Git controlled solutions with this plugin, the files are clearly marked differently as they are new, tracked, modified and staged. 使用这个插件打开Git所控制的解决方案,根据文件所处的是新建、已签入、已编辑和待登台的状态,而被清楚地进行不同标记。 www.infoq.com 3. 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来创建新的本地代码库呢? www.infoq.com 4. Git is a piece of software that allows the user to control the versions of files in a directory. Git就是一款小巧易用的文档版本控制软件。 www.bing.com 5. We'd also like to copy git's `reflog` idea so you can easily view or undo any changes you've made to any ripenv. 我们也希望能够复制git的‘reflog‘思想,所以你能够轻易地检视或者撤销任何你在ripenv中所作的更改。 www.infoq.com 6. See Resources for information about obtaining or building Git for your platform. 有关获取和构建平台Git的信息,请参见参考资料。 www.ibm.com 7. I hope that's not your primary goal; learning about Git is one of the most rewarding things a developer can do. 我希望这并不是您的主要目标;学习Git是一名开发人员可以做的最有益的事情之一。 www.ibm.com 8. Kernel. org is the distribution point for the Linux source archives, as well as hosting other projects like Git. org是Linux源代码的发布点,同时托管其他项目,包括Git。 www.infoq.com 9. Git provides a single built-in revert command with its typical rocket-scientist-only syntax. Git只提供一个内置的revert命令,而且语法非常复杂。 www.ibm.com 10. 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了解这种变化,然后才能提交这个版本。 www.ibm.com 1. Git is a distributed version control system, originally written by Linus Torvalds to manage the source code of the Linux kernel. Git是一个分布式的版本控制系统,最初由LinusTorvalds编写,用作Linux内核代码的管理。 www.infoq.com 2. Git is still relatively new and is under development. Git仍然相对较新,仍然处于不断开发中。 www.ibm.com 3. The new project directory contains a checked-out version of all the files in the Git project that correspond to your Web server content. 新项目目录包含对应于Web服务器内容的Git项目中所有文件的签出版本。 www.ibm.com 4. Now you should be ready to begin using the Git tools. 现在就已经准备好使用Git工具了。 www.ibm.com 5. For the purposes of this article, you'll obtain a mirror of Torvalds' published Git repository. 对于本文的目的来说,我们将获得Torvalds发布的Git仓库的一个镜像。 www.ibm.com 6. Git has a steeper learning curve than Mercurial due to a number of factors. 由于一些因素,Git的学习曲线比Hg更加陡峭。 www.bing.com 7. Git has been gaining in popularity since it was released as an alternative to Subversion and other source control systems. 自从作为一个版本或者其他源代码控制系统的替代品发布至今,Git已经非常流行。 www.infoq.com 8. Well, perhaps there's a third reason: Git is a relatively hot technology you want to include on your resume. 好吧,也许还有第三个原因:Git是一种比较热门的技术,您希望将它写到自己的简历中。 www.ibm.com 9. JetBrains also improved the experience for developers using distributed version control systems like Git or Mercurial. JetBrains还通过分布式版本控制系统(如Git或Mercurial)改进了开发者的体验。 www.infoq.com 10. Git includes support for HTTP pulls (and WebDAV pushes), but the implementation assumes that the server knows nothing about Git. Git包含支持HTTP方式的拉取(和WebDAV方式的推送),但这是基于假定服务器完全不了解Git的情况的实现。 www.bing.com 1. A new method, called Grayscale Iteration Threshold Pulse Coupled Neural Network (GIT-PCNN), was proposed for image segmentation. 为有效分割图像,提出了灰度迭代阈值脉冲耦合神经网络(GIT-PCNN)。 www.joca.cn 2. If you're an eclipse. org project accepting changes from someone on GitHub, please check the official policy on handling Git contributions. 如果eclipse.org项目想要接受来自于GitHub的修改,那么请查看官方政策以了解该如何处理Git。 www.infoq.com 3. Capistrano lets us deploy and rollback everywhere; git with github lets us all hack frantically on the same codebase then merge and deploy. Capistrano让我们得以随时随处部署和回滚;git加上github让我们得以争分夺秒地分头行动,再把代码合并到一起做部署。 www.infoq.com 4. The two leading distributed version control systems are Git and Mercurial, with Darcs, Bzr and others much less widely used. 两个领先的分布式版本控制系统分别是Git和Mercurial,还有Darcs、Bzr和其他一些使用不太广泛的系统。 www.infoq.com 5. Another, less commonly known SDK is the Android kernel source, which is stored in what is known as a git repository. 另一种SDK较少见,即Android内核源代码,被保存在名为git的存储库中。 www.ibm.com 6. Every working tree in Git contains a repository with a full project history. Git中的每个工作树都包含一个具有完整项目历史的仓库。 www.ibm.com 7. With Git, the crucial action is no longer the commit; it is the merge. 对于Git,比较关键的操作不再是提交(commit);而是合并(merge)。 www.ibm.com 8. There's also a standalone MacOS X Git installer linked from the Git download page; that will probably work better for most people. Git下载页面还提供了一个独立的MacOSXGit安装程序链接;这个工具可能更适合大多数人使用)。 www.ibm.com 9. Optionally, use the git status command to check the status of your new project. 还可以选择使用gitstatus命令查看新项目的状态。 www.ibm.com 10. You will still have to commit this file to actually add its contents to a Git repository. 您必须提交该文件,以向Git存储库添加其内容。 www.ibm.com 1. I won't go into more detail on hooks here, but if your ambition is to use Git in a team, you should definitely read up on them. 我在本文不会详细地介绍钩子,但是如果您准备在团队中使用Git,那么一定要了解一下这些内容。 www.ibm.com 2. Linus describes Git as a very fast directory content manager that doesn't do much, but does it efficiently. Linus将Git描述为一个高速的目录内容管理器,虽然它所做的工作不多但完成得十分高效。 www.ibm.com 3. git stash save saves your current changes on a local stack, while git stash apply retrieves and reapplies them. gitstashsave在本地堆栈中保存当前更改,gitstashapply检索并重新应用它们。 www.ibm.com 4. It can handle various installation resources, like directories, files, Git repositories and RubyGems as well. 它能够管理不同的安装源,例如目录、文件,Git版本库以及RubyGems等。 www.infoq.com 5. Quite simply, Git is Linus Torvalds' recently implemented source code management software. 非常简单地说,Git是LinusTorvalds最近实现的源代码管理软件。 www.ibm.com 6. A discussion group is set up for Git# for those interested to participate and to know more about the project. Git#已经为有兴趣参与并更多了解项目的人们设立了讨论组。 www.infoq.com 7. Fortunately, it is not likely that the Kernel source code, which is stored in a Git repository, is compromised. 幸运的是,Kernel的源代码并没有被攻破,这些代码保存在Git库中。 www.infoq.com 8. There are two important reasons to be interested in Git if you are a Subversion user. 如果您是一名Subversion用户的话,那么有两个重要的原因会使您对Git产生兴趣。 www.ibm.com 9. They're that thin they'll bu'st long before you git out to North Oakland. 可你那鞋底太薄,离北奥克兰很远就会破的。 www.ebigear.com 10. The idea is to display the Git file status and make it as much close experience with VSS and TFS as possible. 基本想法就是显示Git文件状态,并让整个体验和VSS和TFS尽可能接近。 www.infoq.com 1. This command does not switch to other branches: You do that using Git's checkout command. 该命令不能切换到其他分支:使用Git的checkout命令实现。 www.ibm.com 2. It tells you exactly what commands are needed to set up Git and initialize the repository. 它会准确地告诉您需要哪些命令来设置Git并初始化库。 www.ibm.com 3. Is there integration with any source control or project management software or service (e. g. SVN, Git, etc. )? 其中有没有与整合某些版本控制或者项目管理软件和服务(像SVN、Git等等)呢? www.infoq.com 4. The Git download page (see Resources) lists a number of options depending on platform. Git下载页面(见参考资料)列出了大量与平台有关的选项。 www.ibm.com 5. In the output above, Git is telling us about file modes; 100644 refers to the octal version of the permission bits on those files. 在上面的输出当中,Git向我们显示有关文件模式的信息;100644表示这些文件的权限的八进制版本。 www.ibm.com 6. You'll need to check out files from the Git repository (the stuff in the hidden files) into the working directory to begin your hacking. 我们需要将文件从Git仓库(隐藏目录中的那些文件)中导出到工作目录中才能开始自己的hack过程。 www.ibm.com 7. Currently there is not SCM support, but I plan to integrate git and GitHub. 当前还没有SCM的支持,但是我计划与git和GitHub整合。 www.infoq.com 8. Git supports an unlimited number of parent revisions during a merge. Git支持从不限数量的分支中进行合并操作。 www.bing.com 9. Git up on one another's backs and let me touch 'em. 你们俩一个爬到另一个背上,让我摸摸你们的脸吧。 chinaorb.com 10. Both Mercurial and Git allow users to selectively pull branches from other repositories. Hg和Git斗允许用户有选择性地从其他仓库中拉取他们所需的分支。 www.bing.com 1. If I want to start tracking that directory I can change to that directory via command line then initialize a git repository. 在命令行里,切换到我的写作目录下,开始初始化git仓库。 www.bing.com 2. All your skill was used up ages ago in Palestine, and you must lie fallow for a thousand years to git strength for more deeds! 你们家的本领在几十辈人以前就在巴勒斯坦用尽了,你们要恢复力气做事情,就得再等一千年。 www.hjenglish.com 3. Yet another related project is gitextensions which offers a number of tools to ease working with Git from Windows. 还有另一个项目叫gitextensions它提供多个工具来帮助程序员在Windows下使用Git。 www.infoq.com 4. Many developers and open source projects keep code under version control with Git and github. 许多开发人员和开放源码项目使用Git和github进行代码版本控制。 www.ibm.com 5. Part 2 of this series will discuss more advanced uses of Git: merging branches, generating diffs, and other common tasks. 本系列的第2部分将讨论Git的更高级应用:合并分支、生成差异(diff)和其他常见任务。 www.ibm.com 6. In addition, Git allows previously pulled branches to be discarded. 另外,Git允许丢弃先前拉取的分支。 www.bing.com 7. Git the hell out of here, you damned Scallawag. 你他妈的滚,你这个该死的投敌分子。 www.jukuu.com 8. Once the dependencies are met, you can begin building your initial Git installation. 这些条件满足之后,我们就可以开始编译初始的Git安装系统了。 www.ibm.com 9. Git has more commands and options, the volume of which can be intimidating to new users. Git有更多的命令和设置项,这就足够吓跑新用户。 www.bing.com 10. There's a lot of interesting things you don't see it that description: Git, version control, issue tracking, wikis, or website. 很多有趣的东西都没有出现在上面的句子里:Git版本控制问题跟踪wiki网站。 www.bing.com 1. There is no mention of the synchronization via git push. 日志中没有提到通过gitpush实现的同步。 www.ibm.com 2. As the tooling improves, the expectation is that projects will start to move off CVS and onto Git on the Eclipse infrastructure. 随着工具的不断完善,该项目期望由CVS迁移到构建在Eclipse基础设施之上的Git。 www.infoq.com 3. In Git, this is a tree object (a tree structure with tree objects for directories and references to file revisions as the leaves). 在Git中,这是一个树对象(一个由对象的目录树和文件修订版本的引用的叶子组成的树形结构)。 www.bing.com 4. You may see messages stating saying that Git is "defaulting to local storage area. " 我们可以看到消息说Git是“默认于本地存储区域的”。 www.ibm.com 5. In this step, you will create a local clone of Spring Roo by checking out the latest source using Git. 在这一步中,您将使用Git签出最新源代码,从而创建SpringRoo的本地克隆。 www.ibm.com 6. It includes Git as standard, and uses the LLVM toolchain (version 2. 0), as well as the new LLDB debugger. Xcode4以标准的形式包含进了Git,使用LLVM工具链(2.0版)和新的LLDB调试器。 www.infoq.com 7. This will create a project called example, and initialise an empty repository in the gits location specified above. 上述命令会创建一个名为example的项目,在之前指定的Git目录里初始化一个空的代码库。 www.infoq.com 8. On Ubuntu, Debian, and similar systems that use the . deb package format, you need to install the git-core package. 在Ubuntu、Debian和使用.deb包格式的类似系统中,您需要安装git-core包。 www.ibm.com 9. A MinGw based port of Git is gaining popularity, but Windows still remains a "second class citizen" in the world of Git. 一个基于MinGW的Git接口区域流行。但是在Git的世界里,Windows依旧被认为是“二等公民”。 www.bing.com 10. Now, when you switch to a Git repo, the prompt reflects state. 现在,当切换到一个Git存储库时,提示符会反映该状态。 www.ibm.com 1. rm. Removes a file, directory, or symbolic link that Git is currently tracking. 移除Git当前跟踪的文件、目录或符号链接。 www.ibm.com 2. mv. Renames a file, directory, or symbolic link that Git is currently tracking. 重命名Git当前跟踪的文件、目录或符号链接。 www.ibm.com 3. Unfortunately, this also means that Git is perfectly happy to lose history. 不幸的是,这也意味着Git完全乐意丢失修订历史。 www.bing.com 4. As a benchmark, Git and Mercurial repositories were seeded with approximately 1500 files totaling 35 M of data. Git和Hg的仓库使用接近1500个文件(约35M的数据)作为测试基准。 www.bing.com 5. You called him a slick git not five hours ago. 五小时前你还说他很肉麻呢。 hi.baidu.com 6. You can use git mv and git rm to manage files, renaming and removing them, respectively. 可以分别使用gitmv和gitrm管理文件,重命名并移除它们。 www.ibm.com 7. Get Git, and see the Git download page, as well as tons of documentation and tools. 获得Git,并访问Git下载页面获取大量文档和工具。 www.ibm.com 8. On Mac OS X, I used the port install git-core command, but you need to set up MacPorts first. 在MacOSX上,我使用portinstallgit-core命令,但是您需要首先设置MacPorts。 www.ibm.com 9. To install it on your Ubuntu system, type sudo apt-get install git-core gitk. 要在Ubuntu系统上安装它,输入sudoapt-getinstallgit-coregitk。 www.ibm.com 10. If you have to remove a file, there is no special command like git-add; you just remove the file, then commit. 如果要删除某个文件,并且没有git-add之类的特殊命令;您只需要删除这个文件,然后提交就可以了。 www.ibm.com 1. Getting a Git tree is preferable, even if you will be working on the code of the stable version. 最好获取一个Git树,即使您将在稳定版本的代码上工作。 www.ibm.com 2. To actually retrieve associated file changes after a fetch, you would use either the git pull or git rebase command. 要在fetch之后实际检索相关文件更改,您可以使用gitpull或gitrebase命令。 www.ibm.com 3. Add the files and directories in your project to your new Git repository. 将项目中的文件和目录添加到新的Git存储库。 www.ibm.com 4. That makes maintaining the transforms from TFS to GIT much easier. 这样使得维护从TFS到GIT的迁移更加容易。 www.infoq.com 5. To start the process, you need to install Git on your windows machine. 要开始此过程,您需要在您的windows机器上安装Git。 www.ibm.com 6. Alternatively, you can deploy from a Git repository. 另外,还可以从Git存储库进行部署。 www.ibm.com 7. Like Git, work can proceed locally, detached from any server. 与Git一样,可以在本地处理工作,不连接任何服务器。 www.ibm.com 8. For the GIMP source code itself, you should get one of the development versions from Git. 对于GIMP源代码本身,您应该从Git获取一个开发版本。 www.ibm.com 9. Merge and clean up the git branch. 合并并清理Git分支。 dongxi.net 10. cron, git, vi, and many other commands recognize dot files, too. vi,以及其他许多命令都能识别点文件。 www.ibm.com 1. An American girl don't git used to our ways all at once. 一位美国姑娘不GIT中我们如何使用一次的。 home.24en.com 2. You'll find a long list of Git hosting services on the git. or. cz Wiki (see Resources for a link). 您将在git.or.czWiki上找到一长串Git宿主服务(从参考资料部分可获得链接)。 www.ibm.com 3. Git commits are atomic and project-wide, not per-file as in CVS. Git提交都是原子的,且是整个项目范围的,而不像CVS中一样是对每个文件的。 www.ibm.com 4. Also the Visual Studio tooling support for Git is almost blank. 同时,VisualStudio对Git的工具支持也几乎是空白。 www.infoq.com 5. These are all the things I figure I'm gonna "git" for Christmas from my two gramps and two grammars and eight uncles and aunts ! 这上面写有我所有想从爷爷奶奶、公公婆婆、八个姨夫和姨母得到的圣诞礼物! dictsearch.appspot.com 6. It is designed such that you can have a Apache simply serve the Git repository as static content. 它被设计于就像你有一个将Gti仓库作为静态内容的方式提供的服务器一样。 www.bing.com 7. It should be noted, however, that a custom Git server could be written to disallow the loss of data, so this advantage is minimal. 值得注意的是,尽管如此,但是一些定制的Git服务器能被重写为不允许丢失数据,所以这个优势是非常小的。 www.bing.com 8. Records changes to files and directories in Git's index. 记录Git索引中的文件和目录更改。 www.ibm.com 9. You have to get familiar with Git anyway, even if you don't plan on contributing back your code. 无论如何,您必须熟悉Git,即使您不打算回馈您的代码。 www.ibm.com 10. Of course, Git also satisfies standard VCS requirements such as immutability and accountability. 当然,Git也满足标准的VCS要求,比如不变性和问责制。 www.ibm.com 1. You can also execute the command git help command to obtain help about any Git command. 您还可以执行命令githelpcommand获取有关任何Git命令的帮助。 www.ibm.com 2. If you already have Git installed, you can skip this step. 如果您已经安装了Git,那么可以跳过这一步。 www.ibm.com 3. He was glad he had his money all saved up. He meant to git here whilst de town wuz yet a baby. He meant to buy in big. 他很高兴自己已经把钱积攒好了,他打算在城市尚在婴儿期的时候到那儿去,他打算大宗买进。 www.99fen.com 4. You always were an insufferable git. 你一直都是这么惹人厌的家伙。 tw.netsh.com 5. You can then inspect available changes using the git log command. 然后,可以使用gitlog命令检测可用更改。 www.ibm.com 6. When asked if Git should be used instead of TFS, Sun says not necessarily. 在问及Git是否可代替TFS来使用时,孙以义说这并无必要。 www.infoq.com 7. In Part 2, I will explore merging, generating diffs, and some of the other Git commands. 在本系列第2部分中,我将研究合并、差异生成以及一些其他Git命令。 www.ibm.com 8. First, you need to install Git, which is different on every platform, and then initialize it. 首先,需要安装Git,Git安装在每个平台上都有所不同,然后对它执行初始化。 www.ibm.com 9. Both Git and Mercurial do this by using SHA1 hashes to identify data (files, trees, changesets, etc). Git和Hg都是使用SHA1哈希值来辨别数据(文件、修订树、修改集等等)。 www.bing.com 10. Oh, bloody hell. Slick git. 哦,见鬼,真肉麻。 hi.baidu.com 1. You can also view the latest source online at github (a git repository for LinSched). 您还可以在github(针对LinSched的git库)上联机查看最新的源。 www.ibm.com 2. And surely, in a population of 62 million, we can find 640 or so individuals who can serve in public office WITHOUT being a corrupt git? 无疑,在6200万人口中,我们能找到这差不多640名不贪腐而能为公众服务的人。 www.bing.com 3. The following command will create a Git repository directory called linux-2. 6. 下面的命令将创建一个名为linux-2.6的Git仓库。 www.ibm.com 4. These messages are normal and indicate that you have a Git repository in place. 这些消息都是正常的,说明我们有一个Git仓库。 www.ibm.com 5. If we focus our business on being a Git host we're doomed. 如果我们只是专注于Githosting我们就难逃一劫。 www.bing.com 6. For example, at any given moment, you can see all the changes you have made to the code base just by typing git diff. 例如,在任何给定时刻,您都能通过键入gitdiff来查看您对代码基的所有更改。 www.ibm.com 7. I used Eclipse 3. 6 (Helios) and a snapshot of Lombok's git repository for version 0. 10-BETA2. 我采用了Eclipse3.6(Helios)以及用于版本0.10-BETA2的Lombokgit库的快照。 www.ibm.com 8. Can you git a fix on the submarine? 你能确定那潜艇的位置吗? zhidao.baidu.com 9. With Git, your commit is local, and you have a local repository no matter what happens on the remote side. 而对于Git,您的提交是本地化的,并且您拥有一个本地存储库,不管远程服务器上发生什么操作。 www.ibm.com 10. the git that I am living with. 和我同住的那个饭桶 www.tingroom.com 1. Bill: Cheeky git! I'm only 35! 比尔:你这家伙少胡扯!我才35! dictsearch.appspot.com 2. For example, git-push --force can result in revisions becoming lost in the remote repository. 例如,git-push--force将导致远程仓库中部分修订的丢失。 www.bing.com 3. For example, to reset any file to the way it is in GIMP repository, just type git checkout . 例如,要以它在GIMP知识库中的方式重置文件,只需键入gitcheckout。 www.ibm.com 4. That's because it isn't finished, you git. 那是因为故事还没完,你这个混帐。 tw.netsh.com 5. That is a crucial life skill, because no one wants to be married to or work with someone who is a selfish git. 这是一个重要的生活技能,因为没有人愿意和一个自私的家伙结婚或一起工作。 www.bing.com 6. To study the application of glucose infusion test (GIT) in assaying the vascular access recirculation rate in hemodialysis patients. 评价葡萄糖注射试验(GIT)在血透中测定血管通路再循环率中的应用。 www.juyy.net 7. I want you should git up a nice supper for us tonight. 我想你应该GIT中为我们带来一份惊喜今晚晚饭。 home.24en.com 8. To begin using Git with an existing project that is not under any sort of revision control, perform the following steps 要对不受任何修订控件控制的现有项目使用Git,请执行以下步骤 www.ibm.com 9. Change directory up one level, and create a bare Git repository by cloning the project that you just created for your Web content 更改到上一级目录,通过复制刚刚为Web内容创建的项目创建一个裸Git存储库 www.ibm.com 10. Simple tool to help track Git and SVN vendor branches in a Git repository (had some nice updates recently) 用在Gitrepository跟踪Git和Svnvendorbranches的简单工具(近来有一些好的更新)。 www.bing.com 1. Rename your existing Web directory, and create a new Git project by the same name by cloning your bare repository 重新命名现有的Web目录,并通过复制裸存储库使用相同的名称新建一个Git项目 www.ibm.com 2. git-cola. A GUI for working with files and directories in a Git repository git-cola:用于处理Git存储库中文件和目录的GUI www.ibm.com 3. The most common diseases affect the GIT but respiratory diseases are also important 大多数常见病感染胃肠道,但呼吸系统疾病也很重要 www.cowinfo.com 4. Tendency of Development for Regulate Voltage Unit of EHV, UHV Transformer and GIT 超高压、特高压变压器和GIT调压装置的发展趋势 ilib.cn 5. git-doc. Installs the Git user's manual, tutorial, and documentation locally git-doc:在本地安装Git用户手册、教程和文档 www.ibm.com 6. docs book git fetch download new branches and data from a remote repository gitfetch是用来从远程仓库中下载新的分支和数据的。 blog.sina.com.cn 7. Also, instead of downloading and patching kernel source code, you may retrieve the code using git 所以,强烈建议使用最新的补丁和主流内核源代码。 www.ibm.com 8. Use the git init command to create an empty repository in the current directory 使用gitinit命令在当前目录中创建一个空的存储库 www.ibm.com 9. git-web. A graphical, Web-based interface to Git repositories git-web:基于Web的图形化Git存储库接口 www.ibm.com 10. Since all Git commits have an author and email address, you need to set up your name as follows, if you haven't done so already 因为所有的Git提交都带有作者和电子邮件地址,如果你还没有设置过这些内容,请执行以下命令进行配置 www.infoq.com 1. they ' ve got trillian , you stupid half - brained git 他们抓走了特瑞莲你这半个脑子的白痴 www.ichacha.net 2. All right, so finally let's see the Git log of what just happened 一切良好,那么让我们看看记录刚才发生的操作的Git日志 www.ibm.com 3. We can commit and push to our repository, much like any other Git system 我们可以向代码库进行提交和推送,就和其他Git系统一样 www.infoq.com 4. git-gui. A GUI for browsing and working with Git repositories; uses the gitk package git-gui:浏览和处理Git存储库的GUI;使用gitk包 www.ibm.com 5. git ! - @ ruby with the eyes that sparkle 饭桶!-@鲁比的眼睛闪又闪 www.ichacha.net 6. qgit. A graphical Qt-based application for viewing and exploring Git repositories 基于Qt的图形化应用程序,用户查看和浏览Git存储库 www.ibm.com 7. Exporting a git repository via http 通过http协议公开版本库 wenku.baidu.com 8. You say the words that can git me back in focus 你对我说一些令我重新振奋的话 nba.cpgl.net 9. The Study on GIT Conditions Tolerance Ability of Bifidobacterium 双歧杆菌抗消化道逆环境特性的研究 www.ilib.cn 10. Assuming you have a standard release tarball named release. tar. gz, you can create a local Git repository by issuing the following commands 假设我们已经有了一个名为release.tar.gz的标准releasetarball,可以执行下面的命令来创建一个本地的Git仓库 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。