Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: add missing dependency for command-list.h
[gitweb.git]
/
Documentation
/
git-remote.txt
diff --git
a/Documentation/git-remote.txt
b/Documentation/git-remote.txt
index 4feddc0293bd7eb9827ce45f11519335a484f013..595948da53093459635fd3dd8c79fe756020eea8 100644
(file)
--- a/
Documentation/git-remote.txt
+++ b/
Documentation/git-remote.txt
@@
-203,7
+203,7
@@
The remote configuration is achieved using the `remote.origin.url` and
`remote.origin.fetch` configuration variables. (See
linkgit:git-config[1]).
-E
xamples
+E
XAMPLES
--------
* Add a new remote, fetch, and check out a branch from it