From 8b399c8d199d925b7c84b9cddda749a929ede0c0 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Sun, 18 Jan 2015 07:52:11 +0000 Subject: Fix typos git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31483 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- tools/git-migration/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/git-migration/README b/tools/git-migration/README index 03b827abb3..2535d5e75f 100644 --- a/tools/git-migration/README +++ b/tools/git-migration/README @@ -9,9 +9,9 @@ Howto for conversion (WIP) 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 -- cgit v1.2.3