aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-22 19:55:45 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-22 19:55:45 +0200
commit5ab639194b9299954e019bddfab2d8762e82c4da (patch)
tree375e4a57153cf76c8d15f1aa25a953b25b2de937 /using-git.texinfo
parenttypo (diff)
downloadusing-git-5ab639194b9299954e019bddfab2d8762e82c4da.tar.gz
using-git-5ab639194b9299954e019bddfab2d8762e82c4da.tar.bz2
using-git-5ab639194b9299954e019bddfab2d8762e82c4da.tar.xz
first thing first
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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