add detailsdetails是什么意思思?

当前位置: &
求翻译:Add supporting details是什么意思?
Add supporting details
问题补充:
正在翻译,请等待...
Add支持的细节
增加支持的细节
添加支持详细信息
添加支持详细信息
我来回答:
参考资料:
* 验证码:
登录后回答可以获得积分奖励,并可以查看和管理所有的回答。 |
我要翻译和提问
请输入您需要翻译的文本!求翻译啊,学渣无能,只能做到Chinese English_百度知道43412人阅读
版本控制(46)
git add命令主要用于把我们要提交的文件的信息添加到索引库中。当我们使用git commit时,git将依据索引库中的内容来进行文件的提交。
git add&&path&表示 add to index only files created or modified and not those deleted&
我通常是通过git add&&path&的形式把我们&path&添加到索引库中,&path&可以是文件也可以是目录。
git不仅能判断出&path&中,修改(不包括已删除)的文件,还能判断出新添的文件,并把它们的信息添加到索引库中。
三、git add -u
git add&-u&表示 add to index only files modified or deleted and not those created&
git add&-u&[&path&]: 把&path&中所有tracked文件中被修改过或已删除文件的信息添加到索引库。它不会处理untracted的文件。
省略&path&表示.,即当前目录。
四、git add -A
git add&-A:&[&path&]表示把&path&中所有tracked文件中被修改过或已删除文件和所有untracted的文件信息添加到索引库。
省略&path&表示.,即当前目录。
五、git add -i
我们可以通过git add -i&[&path&]命令查看&path&中被所有修改过或已删除文件但没有提交的文件,
并通过其revert子命令可以查看&path&中所有untracted的文件,同时进入一个子命令系统。
&git add -i
&&&&&&&&&& staged&&&& unstaged path
& 1:&&&&&&& +0/-0&&&&& nothing branch/t.txt
& 2:&&&&&&& +0/-0&&&&& nothing branch/t2.txt
& 3:&&& unchanged&&&&&&& +1/-0&readme.txt
*** Commands ***
& 1: [s]tatus&&&& 2: [u]pdate&&&& 3: [r]evert&&&& 4: [a]dd untracked
& 5: [p]atch&&&&& 6: [d]iff&&&&&& 7: [q]uit&&&&&& 8: [h]elp
这里的t.txt和t2.txt表示已经被执行了git add,待提交。即已经添加到索引库中。
readme.txt表示已经处于tracked下,它被修改了,但是还没有被执行了git add。即还没添加到索引库中。
5.1、revert子命令
可以通过git add -i的revert子命令(3: [r]evert)把已经添加到索引库中的文件从索引库中剔除。
(3: [r]evert)表示通过3或r或revert加回车执行该命令。执行该命令后,git会例出索引库中的文件列表.
然后通过数字来选择。输入&1&表示git会例出索引库中的文件列表中的第1个文件。
&1-15&表示git会例出索引库中的文件列表中的第1个文件到第15个文件.回车将执行。
如果我们不输入任何东西,直接回车,将结束revert子命令,返回git add -i的主命令行。
5.2、update子命令
可以通过update子命令(2: [u]pdate)把已经tracked的文件添加到索引库中。其操作和revert子命令类似。
5.3、add untracked子命令
通过add untracked子命令(4: [a]dd untracked)可以把还没被git管理的文件添加到索引库中。其操作和revert子命令类似。
5.4、diff子命令
可以通过diff子命令(6: [d]iff)可以比较索引库中文件和原版本的差异。其操作和revert子命令类似。
5.5、status子命令
status子命令(1: [s]tatus)功能上和git add -i相似
5.6、quit子命令
quit子命令(7: [q]uit)用于退出git add -i命令系统
我们可以通过git add -h命令来看git add命令的帮助文档。
&git add -h
usage: git add [options] [--] &filepattern&...
&&& -n, --dry-run&&&&&&&& dry run
&&& -v, --verbose&&&&&&&& be verbose
&&& -i, --interactive&&&& interactive picking
&&& -p, --patch&&&&&&&&&& select hunks interactively
&&& -e, --edit&&&&&&&&&&& edit current diff and apply
&&& -f, --force&&&&&&&&&& allow adding otherwise ignored files
&&& -u, --update&&&&&&&&& update tracked files
&&& -N, --intent-to-add&& record only the fact that the path will be added later
&&& -A, --all&&&&&&&&&&&& add changes from all tracked and untracked files
&&& --refresh&&&&&&&&&&&& don't add, only refresh the index
&&& --ignore-errors&&&&&& just skip files which cannot be added because of errors
&&& --ignore-missing&&&&& check if - even missing - files are ignored in dry run
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:3903607次
积分:29154
积分:29154
排名:第132名
原创:217篇
转载:377篇
译文:178篇
评论:354条
(1)(1)(5)(53)(31)(60)(2)(8)(2)(6)(1)(2)(1)(7)(3)(7)(7)(7)(8)(7)(21)(45)(7)(8)(33)(17)(248)(97)(88)(1)add-on details
附加元件细节
AMO 网站翻译:修订版本之间的差异 - MozT... ...
Add-on Details
附加元件细节
基于1个网页-
In the property Details tab, right-click the canvas, select Add - Expression, and then drop a new expression on the canvas.
在属性 Details 选项卡中,右键单击画布,选择 Add - Expression,然后将一个新表达式拖动到画布上。
The RC ships with a number of built-in scaffold templates: “Empty”, “List”, “Details”, “Edit” and “Create” (you can also add your own scaffold templates – more details on this in a moment).
RC版本发布了好几个内置的脚手架模板:“Empty(空白)”, “List(列表)”,“Details(细节)”,“Edit(编辑)”和“Create(创建)”(你也可以添加自己的脚手架模板,稍后会提供更多细节)。
You also need to add WSIT custom extensions to the policy information on both client and server sides with user-configuration details to indicate how the security handling will be implemented.
您需要同时在服务器端和客户端向策略信息中添加 WSDL 自定义扩展,通过用户配置细节表明如何实现安全处理。
We're still waiting to hear such details as the prices of the wireless racing wheel and HD-DVD add-on, or whether Microsoft will release an un-bundled version of the webcam, so here's to hoping that Joystiq's new friend comes calling again real soon.
They add that Mr Xi explained "China's principled stance" on the Korean Peninsula and cyber-security without giving further details or mentioning Mr Obama's recent comments on some cyber-attacks being "state-sponsored" by China.
$firstVoiceSent
- 来自原声例句
请问您想要如何调整此模块?
感谢您的反馈,我们会尽快进行适当修改!
请问您想要如何调整此模块?
感谢您的反馈,我们会尽快进行适当修改!Add是什么意思翻译一下_百度知道

我要回帖

更多关于 魔兽世界add什么意思 的文章

 

随机推荐