诗词屋>英语词典>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

        双语例句

        • This example creates a copy of the Git maps project in your current working directory.
          该示例在当前工作目录中创建一个Git地图项目副本。
        • Adds a new file to Git's index.
          向Git索引添加一个新文件。
        • Github: Github houses thousands of Git repositories, including the personal dot files of many expert users.
          Github:Github托管了数千个Git知识库,其中包括许多专家用户的个人点文件。
        • Now you should be ready to begin using the Git tools.
          现在就已经准备好使用Git工具了。
        • Git commits are atomic and project-wide, not per-file as in CVS.
          Git提交都是原子的,且是整个项目范围的,而不像CVS中一样是对每个文件的。
        • You can use git mv and git rm to manage files, renaming and removing them, respectively.
          可以分别使用gitmv和gitrm管理文件,重命名并移除它们。
        • For the GIMP source code itself, you should get one of the development versions from Git.
          对于GIMP源代码本身,您应该从Git获取一个开发版本。
        • If you already have Git installed, you can skip this step.
          如果您已经安装了Git,那么可以跳过这一步。
        • This command does not switch to other branches: You do that using Git's checkout command.
          该命令不能切换到其他分支:使用Git的checkout命令实现。
        • Pushing with Git is effectively a synchronization of your repository's state with the remote server.
          使用Git推入更改可以非常有效地同步存储库状态和远程服务器。