Gitea v1.21.1 中文文档/home/git/gitea-repositories 3. 2016/12/27 22:32:22 Dumping database... 4. 2016/12/27 22:32:22 Packing dump files... 5. 2016/12/27 22:32:34 Removing tmp work dir: /tmp/gitea-dump-417443001 6. 2016/12/27 22:32:34 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 10. proxy_set_header X-Forwarded-Proto $scheme; 11. } 12. } 如果您已经有一个域名并且想与 Gitea 共享该域名,您可以增加以下 nginx.conf 配置中 server 的 http proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 12. proxy_set_header X-Forwarded-Proto $scheme; 13. } 14. } 然后您必须在 Gitea 的配置文件中正确的添加类似 [server] ROOT_URL = http://git.example.com/git/0 码力 | 303 页 | 3.88 MB | 1 年前3
Pro Git 2nd Edition 2.1.413Your Files Tracking New Files Staging Modified Files Short Status Ignoring Files Viewing Your Staged and Unstaged Changes Committing Your Changes Skipping the Staging Area Removing Files Moving Moving Files Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore Working with Remotes Showing Your Remotes New Repository Adding Collaborators Managing Pull Requests Mentions and Notifications Special Files README CONTRIBUTING Project Administration Managing an organization Organization Basics Teams0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 Your Files Tracking New Files Staging Modified Files Short Status Ignoring Files Viewing Your Staged and Unstaged Changes Committing Your Changes Skipping the Staging Area Removing Files Moving Moving Files Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore Working with Remotes Showing Your Remotes New Repository Adding Collaborators Managing Pull Requests Mentions and Notifications Special Files README CONTRIBUTING Project Administration Managing an organization Organization Basics Teams0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 2nd Edition 2.1.413should be able to clone a repository, see what has happened in the history of the project, modify files, and contribute changes. If the book spontaneously combusts at this point, you should already be changes to a file or set of files over time so that you can recall specific versions later. For the examples in this book, you will use software source code as the files being version controlled, though to), a Version Control System (VCS) is a very wise thing to use. It allows you to revert selected files back to a previous state, revert the entire project back to a previous state, compare changes over0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66位的 Windows 系统,或在 64 位系统上使用 64 位的编辑器,那么你需 要输入如下命令: $ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin" Vim、Emacs 和 Notepad++ 都是流行的文本编辑器,通常程序员们会在 --force allow adding otherwise ignored files -u, --update update tracked files --renormalize renormalize EOL of tracked files (implies -u) -N, --intent-to-add record untracked files --ignore-removal ignore paths removed in the working tree (same as --no-all) --refresh don't add, only refresh the index --ignore-errors just skip files which0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66位的 Windows 系统,或在 64 位系统上使用 64 位的编辑器,那么你需要输 入如下命令: $ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' - multiInst -notabbar -nosession -noPlugin" Vim、Emacs 和 Notepad++ 都是流行的文本编辑器,通常程序员们会在 --force allow adding otherwise ignored files -u, --update update tracked files --renormalize renormalize EOL of tracked files (implies -u) -N, --intent-to-add record untracked files --ignore-removal ignore paths removed in the working tree (same as --no-all) --refresh don't add, only refresh the index --ignore-errors just skip files which0 码力 | 670 页 | 13.59 MB | 1 年前3
git 操作手册#查看当前工作目录和暂存区的状态 On branch master No commits yet nothing to commit (create/copy files and use "git add" to track) # echo 'print("hello world")' > main.py #随便创建一个文件 # git0 码力 | 35 页 | 1.69 MB | 1 年前3
共 7 条
- 1













