Pro Git 2nd Edition 2.1.413use Git in and what is available for you. If you’re interested in an overview of using Git in your shell, your IDE, or your text editor, take a look here. In Appendix B, we explore scripting and extending type git commit: $ git commit Doing so launches your editor of choice. This is set by your shell’s EDITOR environment variable — usually vim or emacs, although you can configure it with whatever front of the *. This is necessary because Git does its own filename expansion in addition to your shell’s filename expansion. This command removes all files that have the .log extension in the log/ directory0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413Git in and what is available for you. If you’re interested in an overview of using Git in your shell, your IDE, or your text editor, take a look here. In Appendix B, we explore scripting and extending type git commit: $ git commit Doing so launches your editor of choice. This is set by your shell’s EDITOR environment variable — usually vim or emacs, although you can configure it with whatever front of the *. This is necessary because Git does its own filename expansion in addition to your shell’s filename expansion. This command removes all files that have the .log extension in the log/ directory0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 Git in and what is available for you. If you’re interested in an overview of using Git in your shell, your IDE, or your text editor, take a look here. In Appendix B, we explore scripting and extending type git commit: $ git commit Doing so launches your editor of choice. This is set by your shell’s EDITOR environment variable — usually vim or emacs, although you can configure it with whatever front of the *. This is necessary because Git does its own filename expansion in addition to your shell’s filename expansion. This command removes all files that have the .log extension in the log/ directory0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66在 附录 A ,我们学习多个在特定环境中使用 Git 的实例。 我们涵盖了许多不同的 GUI 和 IDE 编程环境,你可能 会想在这些环境中使用 Git,以及你可以使用哪些环境。 如果你想在 shell、IDE 或文本编辑器中使用 Git,请阅 读本章。 在 附录 B ,我们探讨通过类似 libgit2 和 JGit 的工具编写 Git 脚本、扩展 Git。 如果你对编写复杂、快速的自定 义工具感兴趣,需要了解 模式匹配,它会递归地应用在整个工作区中。 • 匹配模式可以以(/)开头防止递归。 • 匹配模式可以以(/)结尾指定目录。 • 要忽略指定模式以外的文件或目录,可以在模式前加上叹号(!)取反。 所谓的 glob 模式是指 shell 所使用的简化了的正则表达式。 星号(*)匹配零个或多个任意字符;[abc] 匹配 任何一个列在方括号中的字符 (这个例子要么匹配一个 a,要么匹配一个 b,要么匹配一个 c); 问号(?)只 匹 看下,你所需要的文件是不是都已暂存起来了, 然后再运行提交命令 git commit: $ git commit 这样会启动你选择的文本编辑器来输入提交说明。 启动的编辑器是通过 Shell 的环境变量 EDITOR 指定的,一般为 vim 或 emacs。 当然也可以 按照 起步 介绍的方式, 使用 git config --global core.editor 命令设置你喜欢的编0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66附录 A ,我们学习多个在特定环境中使用 Git 的实例。 我们涵盖了许多不 同的 GUI 和 IDE 编程环境,你可能会想在这些环境中使用 Git,以及你可以 使用哪些环境。 如果你想在 shell、IDE 或文本编辑器中使用 Git,请阅读本 章。 在 附录 B ,我们探讨通过类似 libgit2 和 JGit 的工具编写 Git 脚本、扩展 Git。 如果你对编写复杂、快速的自定义工具感兴趣,需要了解 模式匹配,它会递归地应用在整个工作区中。 匹配模式可以以(/)开头防止递归。 匹配模式可以以(/)结尾指定目录。 要忽略指定模式以外的文件或目录,可以在模式前加上叹号(!)取反。 所谓的 glob 模式是指 shell 所使用的简化了的正则表达式。 星号(*)匹配零 个或多个任意字符;[abc] 匹配任何一个列在方括号中的字符 (这个例子要么 匹配一个 a,要么匹配一个 b,要么匹配一个 c); 问号(?)只匹配一个任 看下,你所需要的文件是不是都已暂存起来 了, 然后再运行提交命令 git commit: $ git commit 这样会启动你选择的文本编辑器来输入提交说明。 启动的编辑器是通过 Shell 的环境变量 EDITOR 指定的,一般为 vim 或 emacs。 当然也可以 按照 起步 介绍的方式, 使用 git config --global core.editor 命令设置你喜欢的编辑0 码力 | 670 页 | 13.59 MB | 1 年前3
清华大学 DeepSeek+DeepResearch 让科研像聊天一样简单Numerous marine molluscs, including both gastropods and bivalves, show phenotypicplasticity in their shell morphology in response to predation risk (Appleton & Palmer1988, Trussell & Smith 2000, Bourdeau selection stressor that produces particular prey phenotypes, such as thicker and heavier shells, round shell shape, and lower growth rate (Leonard et al. 1999,Trussell & Nicklin 2002, Hollander & Butlin 2010 their shell morphology in response to predation risk. Predation can act as a directional selection pressure, resulting in specific prey phenotypes, such as thicker and heavier shells, rounder shell shapes0 码力 | 85 页 | 8.31 MB | 8 月前3
Gitea v1.21.1 中文文档git --version 创建用户(推荐使用名称 git ) 1. # On Ubuntu/Debian: 2. adduser \ 3. --system \ 4. --shell /bin/bash \ 5. --gecos 'Git Version Control' \ 6. --group \ 7. --disabled-password \ # On Fedora/RHEL/CentOS: 12. groupadd --system git 13. adduser \ 14. --system \ 15. --shell /bin/bash \ 16. --comment 'Git Version Control' \ 17. --gid git \ 18. --home-dir /home/git docker exec 的权限,并且 Gitea 容器 的名称为 gitea 。您需要修改该用户的 shell,以将命令转发到容器内的 sh 可执行文件,使用 docker exec 。 首先,在主机上创建文件 /usr/local/bin/gitea-shell ,并填入以下内容: 1. #!/bin/sh 2. /usr/bin/docker exec -i --env0 码力 | 303 页 | 3.88 MB | 1 年前3
The Gimp User’s Manual version 1.0.1shortcut.) If you want to remove all your personal shortcuts, just type “rm .gimp/menurc” in an xterm shell. The next few pages list the default key bindings in Gimp. CONVENTIONS • The left column lists access rights from /dev/sg1 to 777, and everyone will be able to scan. Here is how to do it in a shell: [olof@whopp olof]$ su root -c “chmod 777 /dev/sg1” Note: You have to type the root password here available devices. Its field of application is, however, much wider. It can, for example, be used in shell scripts to achieve all sorts of things. Since it can’t be used with Gimp, we will not discuss it further0 码力 | 924 页 | 9.50 MB | 1 年前3
BlenderVR User Manual
Release 0.1Type the following commands in your terminal. If you are in Windows we recommend you to use Power Shell or similar. On OSX/Linux: $ cd $INSTALL_DIR $ pip3 install virtualenv $ pyvenv venv $ source venv/bin/activate Type the following commands in your terminal. If you are in Windows we recommend you to use Power Shell or similar. On OSX/Linux: $ cd $INSTALL_DIR $ source venv/bin/activate $ ./source/blendervr On following commands in your terminal. If you are developing in Windows we recommend you to use Power Shell or similar. 1 code, compiled 2 code, compiled 49 BlenderVR User Manual, Release 0.1 $ cd $INSTALL_DIR0 码力 | 56 页 | 860.89 KB | 1 年前3
BlenderVR User Manual
Release 0.1Type the following commands in your terminal. If you are in Windows we recommend you to use Power Shell [https://technet.microsoft.com/en-us/scriptcenter/default] or similar. On OSX/Linux: $ cd $INSTALL_DIR Type the following commands in your terminal. If you are in Windows we recommend you to use Power Shell [https://technet.microsoft.com/en-us/scriptcenter/default] or similar. On OSX/Linux: $ cd $INSTALL_DIR following commands in your terminal. If you are developing in Windows we recommend you to use Power Shell or similar. $ cd $INSTALL_DIR $ git clone https://github.com/BlenderVR/manual.git $ source venv/bin/activate0 码力 | 75 页 | 861.11 KB | 1 年前3
共 322 条
- 1
- 2
- 3
- 4
- 5
- 6
- 33













