词语吧>英语词典>git翻译和用法

git

英 [ɡɪt]

美 [ɡɪt]

n.  蠢货; 饭桶; 讨厌鬼

复数:gits 

BNC.16422 / COCA.17023

牛津词典

    noun

    • 蠢货;饭桶;讨厌鬼
      a stupid or unpleasant man

      柯林斯词典

      • 烦人的家伙;讨厌鬼;死鬼
        If you refer to another person as agit, you mean you dislike them and find them annoying.

        英英释义

        noun

        双语例句

        • Pushing with Git is effectively a synchronization of your repository's state with the remote server.
          使用Git推入更改可以非常有效地同步存储库状态和远程服务器。
        • Other good options for version control include Subversion and GIT.
          用于版本控制的其他好的选择有Subversion和GIT。
        • Alternatively, you can deploy from a Git repository.
          另外,还可以从Git存储库进行部署。
        • Github: Github houses thousands of Git repositories, including the personal dot files of many expert users.
          Github:Github托管了数千个Git知识库,其中包括许多专家用户的个人点文件。
        • The Git download page ( see Resources) lists a number of options depending on platform.
          Git下载页面(见参考资料)列出了大量与平台有关的选项。
        • If you already have Git installed, you can skip this step.
          如果您已经安装了Git,那么可以跳过这一步。
        • You can use Git to manage local repositories without mirroring someone else's work.
          我们可以使用Git来管理本地仓库,而不用镜像其他人的工作。
        • Install Git, a distributed source code-control management system.
          安装Git,一个分布式源代码控制管理系统。
        • This also highlights a potential problem with distributed version control systems, like Git.
          这还涉及到了与分布式版本控制系统如Git相关的一个潜在问题。
        • Git commits are atomic and project-wide, not per-file as in CVS.
          Git提交都是原子的,且是整个项目范围的,而不像CVS中一样是对每个文件的。