Pro Git 2nd Edition 2.1.413
Skipping the Staging Area Removing Files Moving Files Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore quick refresher on the available options for a Git command, you can ask for the more concise “help” output with the -h option, as in: $ git add -h usage: git add [] [--] ... -n, --dry-run your new README file is untracked, because it’s under the “Untracked files” heading in your status output. Untracked basically means that Git sees a file you didn’t have in the previous snapshot (commit) 0 码力 | 731 页 | 21.49 MB | 1 年前3Pro Git 2nd Edition 2.1.413
Skipping the Staging Area Removing Files Moving Files Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore quick refresher on the available options for a Git command, you can ask for the more concise “help” output with the -h option, as in: $ git add -h usage: git add [] [--] ... -n, --dry-run your new README file is untracked, because it’s under the “Untracked files” heading in your status output. Untracked basically means that Git sees a file you didn’t have in the previous snapshot (commit) 0 码力 | 691 页 | 13.35 MB | 1 年前3Pro Git 2nd Edition 2.1.413
quick refresher on the available options for a Git command, you can ask for the more concise “help” output with the -h option, as in: $ git add -h usage: git add [] [--] ... -n, your new README file is untracked, because it’s under the “Untracked files” heading in your status output. Untracked basically means that Git sees a file you didn’t have in the previous snapshot (commit) unstage) new file: README modified: CONTRIBUTING.md Short Status While the git status output is pretty comprehensive, it’s also quite wordy. Git also has a short status flag so you can see 0 码力 | 501 页 | 17.96 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
Author: John SmithDate: Fri May 29 19:57:33 2009 -0700 changed log output to 30 from 25 如果 Jessica 觉得可以,她就能将 John 的新工作合并到她本地的 featureA 分支上: 139 $ git checkout featureA git://githost/simplegit.git featureA Jessica Smith (2): add limit to log function change log output to 30 from 25 lib/simplegit.rb | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) 146 $ git format-patch -M origin/master 0001-add-limit-to-log-function.patch 0002-changed-log-output-to-30-from-25.patch format-patch 命令打印出它创建的补丁文件名字。 -M 开关告诉 Git 查找重命名。 文件最后看起来像这样: $ cat 0001-ad 0 码力 | 501 页 | 19.30 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
Author: John SmithDate: Fri May 29 19:57:33 2009 -0700 changed log output to 30 from 25 如果 Jessica 觉得可以,她就能将 John 的新工作合并到她本地的 featureA 分 支上: $ git checkout featureA Switched git://githost/simplegit.git featureA Jessica Smith (2): add limit to log function change log output to 30 from 25 lib/simplegit.rb | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) 提交信息。 $ git format-patch -M origin/master 0001-add-limit-to-log-function.patch 0002-changed-log-output-to-30-from-25.patch format-patch 命令打印出它创建的补丁文件名字。 -M 开关告诉 Git 查找重命 名。 文件最后看起来像这样: $ cat 0001- 0 码力 | 670 页 | 13.59 MB | 1 年前3Gitea v1.21.1 中文文档
id: logs 48. attributes: 49. label: Relevant log output 50. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need func main() 上的 Run Application 箭头 可以快速启动一个可调试的 Gitea 实 例。 Run/Debug Configuration 中的 Output Directory 必须设置为 gitea 项目目录(包含 main.go 和 go.mod ), 否则,启动实例的工作目录是 GoLand 的临时目录 并防止 Gitea 在开发环境中加载动态资源(例0 码力 | 303 页 | 3.88 MB | 1 年前3
共 6 条
- 1