これ子(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.
「Everyday Git[1]」または「Git ユーザーズマニュアル[2]」はどこにありますか?
答え1
次のリンクはマニュアルページの最後にあります。
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. [email protected]
mailto:[email protected]
この[number]
記号は通常、いくつかの文書を参照することを意味し、(ページ、文書、...)の最後にその文書の場所を見つけることができます。質問する前に周りを見てください。 ;)