::msgcat::mcset zh_cn "Cannot fetch branches and objects. See console output for details." "无法获取分支和对象. 请查看控制终端的输出." ::msgcat::mcset zh_cn "Cannot fetch tags. See console output for details." "无法获取标签. 请查看控制终端的输出." ::msgcat::mcset zh_cn "Cannot find...
整个Git版本管理过程可以简单的理解为文件在三棵树上的管理过程:本地(本机)创建的文件,首先会存在本地工作目录,当使用git add命令后,会将文件同时保存到暂存区,在暂存区的文件使用git commit后,会将暂存区的文件提交到仓库,使用push从本地仓库提交到远程仓库。同样,仓库中的文件可以通过pull/clone/fetch/checkout等...
diff.guitool Controls which diff tool is used by git-difftool[1] when the -g/--gui flag is specified. This variable overrides the value configured in merge.guitool. The list below shows the valid built-in values. Any other value is treated as a custom diff tool and requires that a...
amend/bisect/git-tag/objects/reset/utils/bad-commit/commit-on-wrong-branch/ignore/Overview.md reverted-merge/basic-branching/commit-on-wrong-branch-2/img/pre-push/save-my-commit/basic-cleaning/configure-git/investigation/README.md SHELL-BASICS.md basic-commits/detached-head/LICENSE.txt rebase-bran...
msgid "Cannot fetch branches and objects. See console output for details." msgstr "" #: lib/choose_repository.tcl:914 msgid "Cannot fetch tags. See console output for details." msgstr "" #: lib/choose_repository.tcl:938 msgid "Cannot determine HEAD. See console output for details...
You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using...
Git gui(git客户端)是一款强大的软件,它包含了许多我们生活中需要用到的功能。这款软件拥有简洁的界面,但是它的功能很强大。我们无论是在日常生活中还是在办公的过程当中,都可以使用这款软件作为我们的工具。 软件简介 Git客户端是免费、开源的分布式版本控制系统,用于Linux内核开发的版本控制工具,GUI的方便快捷,也不...
When group (or true), the repository is made shareable between several users in a group (making sure all the files and objects are group-writable). When all (or world or everybody), the repository will be readable by all users, additionally to being group-shareable. When umask (or false...
::msgcat::mcset zh_cn "Cannot determine HEAD. See console output for details." "无法确定 HEAD. 请查看控制终端的输出." ::msgcat::mcset zh_cn "Cannot fetch branches and objects. See console output for details." "无法获取分支和对象. 请查看控制终端的输出." ::msgcat::mcset zh_cn "Cann...
$ git remote show origin * remote origin Fetch URL: https://gitee.com/view-design/ViewUI.git Push URL: https://gitee.com/view-design/ViewUI.git HEAD branch: master Remote branches: 1.x tracked 2.0 tracked 2.x tracked 3.x tracked dependabot/npm_and_yarn/eslint-4.18.2 tracked depend...