summaryrefslogtreecommitdiff
path: root/git-howto
diff options
context:
space:
mode:
Diffstat (limited to 'git-howto')
-rw-r--r--git-howto4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-howto b/git-howto
index f91e47d..cb50a0a 100644
--- a/git-howto
+++ b/git-howto
@@ -44,7 +44,7 @@ You should repeat the same for each repository you want to work on.
For Asterisk it would be:
git clone http://git.gitorious.org/asterisk-tools/asterisk.git
- cd libpri
+ cd asterisk
../asterisk-tools/setup asterisk
and the download would take much longer. For dahdi-linux you'd also need
@@ -82,7 +82,7 @@ Updating
^^^^^^^^
# better checkout master first
git pull
- git pull -t
+ git fetch --tags
Usage