r77463 - /website/git.pod

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Fri Jul 15 10:11:31 UTC 2011


Author: fabreg-guest
Date: Fri Jul 15 10:11:28 2011
New Revision: 77463

URL: http://svn.debian.org/wsvn/?sc=1&rev=77463
Log:
Fixed order of git command

Modified:
    website/git.pod

Modified: website/git.pod
URL: http://svn.debian.org/wsvn/website/git.pod?rev=77463&op=diff
==============================================================================
--- website/git.pod (original)
+++ website/git.pod Fri Jul 15 10:11:28 2011
@@ -134,8 +134,8 @@
 
 Then import the new upstream release in the git repository:
 
+ $ git fetch origin upstream:upstream pristine-tar:pristine-tar
  $ git-import-orig --pristine-tar ../libfoo-bar-perl_2.00_orig.tar.gz
- $ git fetch origin upstream:upstream pristine-tar:pristine-tar
 
 This will import the new sources in the C<upstream> branch, update tarball info
 in the C<pristine-tar> branch, tag the upstream release and finally merge that




More information about the Pkg-perl-cvs-commits mailing list