aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'using-git.texinfo')
-rw-r--r--using-git.texinfo25
1 files changed, 25 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index e2f06da..b466694 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -57,6 +57,7 @@ Texts. A copy of the license is included in the section entitled
* Basic commands::
* I just don't know what went wrong::
* Version control::
+* Interface::
* Glossary::
* GNU Free Documentation License::
@end menu
@@ -1204,6 +1205,30 @@ command.
+@node Interface
+@chapter Interface
+
+@menu
+* First thing first::
+@end menu
+
+
+
+@node First thing first
+@section First thing first
+
+Many Git commands take both revisions
+and paths as their arguments. First come
+the revisions, then the files. If you
+have files that can be misunderstood for
+a revision, place a @option{--} between
+the revisions and the files, anything
+after a @option{--} is interpreted as
+a file. It is a good practice to do this
+in scripts that takes random user-input.
+
+
+
@node Glossary
@appendix Glossary