Git
我怎麼能找到那些 git 文件(‘Everyday Git111’ & ‘Git 使用者手冊222’) 手冊頁中提到?
git(1)手冊頁說:
See gittutorial(7) to get started, then see Everyday Git[1] for a useful minimum set of commands. The Git User’s Manual[2] has a more in-depth introduction.
“日常 Git”在哪裡
$$ 1 $$" 或 “Git 使用者手冊$$ 2 $$“?
這些連結可以在手冊頁的最後找到:
1. Git User’s Manual file:///usr/local/share/doc/git/user-manual.html 2. Git concepts chapter of the user-manual file:///usr/local/share/doc/git/user-manual.html#git-concepts 3. howto file:///usr/local/share/doc/git/howto-index.html 4. Git API documentation file:///usr/local/share/doc/git/technical/api-index.html 5. git@vger.kernel.org mailto:git@vger.kernel.org
該
[number]
符號通常意味著它引用了某個文件,並且在 (page,document,…) 的末尾,您可以找到這些文件的位置。我鼓勵你在問這個問題之前多看看周圍;)