summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2015-01-18 07:52:11 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2015-01-18 07:52:11 +0000
commit8b399c8d199d925b7c84b9cddda749a929ede0c0 (patch)
tree3b39d64071ac56f15af34d76a6e19adc92ac84e0 /tools
parent1b87f5847b0ed3b319f6c01230cfa543e1e28d8f (diff)
Fix typos
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31483 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'tools')
-rw-r--r--tools/git-migration/README6
1 files changed, 3 insertions, 3 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy