[Secure-testing-commits] r31483 - tools/git-migration

Salvatore Bonaccorso carnil at moszumanska.debian.org
Sun Jan 18 07:52:11 UTC 2015


Author: carnil
Date: 2015-01-18 07:52:11 +0000 (Sun, 18 Jan 2015)
New Revision: 31483

Modified:
   tools/git-migration/README
Log:
Fix typos

Modified: tools/git-migration/README
===================================================================
--- tools/git-migration/README	2015-01-18 00:38:58 UTC (rev 31482)
+++ tools/git-migration/README	2015-01-18 07:52:11 UTC (rev 31483)
@@ -9,9 +9,9 @@
 3/ Push repository to new bare git repo
 
  $ cd tmp-git-repo
- $ git remote add new-repo svn+ssh://git.debian.org/git/debian-security/debian-security.git
- $ git config remote.new-repo.push refs/remotes/*:refs/heads/*'
- $ git push new-repo
+ $ git remote add new-repo git+ssh://git.debian.org/git/debian-security/debian-security.git
+ $ git config remote.new-repo.push 'refs/remotes/*:refs/heads/*'
+ $ git push --new-upstream new-repo master
 
 4/ On the bare repo rename trunk to master branch
 




More information about the Secure-testing-commits mailing list