积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(6)版本控制(6)

语言

全部英语(3)中文(简体)(3)

格式

全部PDF文档 PDF(3)其他文档 其他(3)
 
本次搜索耗时 0.098 秒,为您找到相关结果约 6 个.
  • 全部
  • 综合其他
  • 版本控制
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Pro Git 中文版 第2版 2.1.66

    说明 %ad 作者修订日期(可以用 --date=选项 来定制格式) %ar 作者修订日期,按多久以前的方式显示 %cn 提交者的名字 %ce 提交者的电子邮件地址 %cd 提交日期 %cr 提交日期(距今多长时间) %s 提交说明 你一定奇怪 作者 和 提交者 之间究竟有何差别, 其实作者指的是实际作出修 改的人,提交者指的是最后将此工作成果提交到仓库的人。 所以,当你为某 remove invalid default value issue54..origin/master 语法是一个日志过滤器,要求 Git 只显示所有在后面 分支 (在本例中是 origin/master)但不在前面分支(在本例中是 issue54) 的提交的列表。 我们将会在 提交区间 中详细介绍这个语法。 目前,我们可以从输出中看到有一个 John 生成的但是 Jessica 还没有合并的 提交。 然而,这种做法比较麻烦,所以 Git 提供了一种比较便捷的方式:三点语法。 对于 git diff 命令来说,你可以通过把 … 置于另一个分支名后来对该分支的 最新提交与两个分支的共同祖先进行比较: $ git diff master...contrib 该命令仅会显示自当前主题分支与 master 分支的共同祖先起,该分支中的工 作。 这个语法很有用,应该牢记。 将贡献的工作整合进来 当主题分
    0 码力 | 670 页 | 13.59 MB | 1 年前
    3
  • pdf文档 Pro Git 中文版 第2版 2.1.66

    作者的电子邮件地址 %ad 作者修订日期(可以用 --date=选项 来定制格式) %ar 作者修订日期,按多久以前的方式显示 %cn 提交者的名字 %ce 提交者的电子邮件地址 %cd 提交日期 %cr 提交日期(距今多长时间) %s 提交说明 你一定奇怪 作者 和 提交者 之间究竟有何差别, 其实作者指的是实际作出修改的人,提交者指的是最后将此工 作成果提交到仓库的人。 所以,当你为某个项目 remove invalid default value issue54..origin/master 语法是一个日志过滤器,要求 Git 只显示所有在后面分支 (在本例中是 origin/master)但不在前面分支(在本例中是 issue54)的提交的列表。 我们将会在 提交区间 中详细介绍 这个语法。 目前,我们可以从输出中看到有一个 John 生成的但是 Jessica 还没有合并的提交。 如果她合并 然而,这种做法比较麻烦,所以 Git 提供了一种比较便捷的方式:三点语法。 对于 git diff 命令来说,你可以通过把 … 置于另一个分支名后来对该分支的最新提交与两个分支的共同祖先进行比较: $ git diff master...contrib 该命令仅会显示自当前主题分支与 master 分支的共同祖先起,该分支中的工作。 这个语法很有用,应该牢 记。 将贡献的工作整合进来 当主题分支
    0 码力 | 501 页 | 19.30 MB | 1 年前
    3
  • pdf文档 Gitea v1.21.1 中文文档

    :跳过附件数据的导出。可选。 --skip-package-data :跳过包数据的导出。可选。 --skip-log :跳过日志数据的导出。可选。 --database , -d :指定数据库的SQL语法。可选。 --verbose , -V :如果提供此选项,显示附加详细信息。可选。 --type :设置导出的格式。可选。(默认值:zip) 示例: gitea dump gitea 中的 embedded 命令,通过操作系统的 shell 执行。 注意: 嵌入资源提取工具包含在 Gitea 1.12 及以上版本中。 要列出嵌入在 Gitea 可执行文件中的资源,请使用以下语法: 1. gitea embedded list [--include-vendored] [patterns...] --include-vendored 标志使命令包括被供应的文件,这些 标志使命令包括被供应的文件,这些文件通常被排除在外;即来自外部库的文件,这些文件是 Gitea 所需的(例如 octicons 等)。 可以提供一系列文件搜索模式。Gitea 使用 gobwas/glob 作为其 glob 语法。以下是一些示例: 列出所有模板文件,无论在哪个虚拟目录下: **.tmpl 列出所有邮件模板文件: templates/mail/**.tmpl 列出 public/img 目录下的所有文件:
    0 码力 | 303 页 | 3.88 MB | 1 年前
    3
  • mobi文档 Pro Git 2nd Edition 2.1.413

    --date=option) %ar Author date, relative %cn Committer name %ce Committer email %cd Committer date %cr Committer date, relative %s Subject You may be wondering what the difference is between author and tabwidth option); tab-in-indent, which watches for tabs in the indentation portion of a line; and cr-at-eol, which tells Git that carriage returns at the end of lines are OK. You can tell Git which indent-with-non-tab,tab-in-indent,cr-at-eol Or you can specify the customizing part only: $ git config --global core.whitespace \ -space-before-tab,indent-with-non-tab,tab-in-indent,cr-at-eol Git will detect
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    --date=option) %ar Author date, relative %cn Committer name %ce Committer email %cd Committer date %cr Committer date, relative %s Subject You may be wondering what the difference is between author and tabwidth option); tab-in- indent, which watches for tabs in the indentation portion of a line; and cr-at-eol, which tells Git that carriage returns at the end of lines are OK. You can tell Git which indent-with-non-tab,tab-in-indent,cr-at-eol Or you can specify the customizing part only: 344 $ git config --global core.whitespace \ -space-before-tab,indent-with-non-tab,tab-in-indent,cr-at-eol Git will detect
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    --date=option) %ar Author date, relative %cn Committer name %ce Committer email %cd Committer date %cr Committer date, relative %s Subject You may be wondering what the difference is between author and tabwidth option); tab-in-indent, which watches for tabs in the indentation portion of a line; and cr-at-eol, which tells Git that carriage returns at the end of lines are OK. You can tell Git which indent-with-non-tab,tab-in-indent,cr-at-eol Or you can specify the customizing part only: $ git config --global core.whitespace \ -space-before-tab,indent-with-non-tab,tab-in-indent,cr-at-eol Git will detect
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
共 6 条
  • 1
前往
页
相关搜索词
ProGit中文文版中文版2.166Giteav121.1文档2ndEdition413
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩