Skip to content
Snippets Groups Projects
Verified Commit 6cd8fb48 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 486e3ca1
No related branches found
No related tags found
No related merge requests found
Pipeline #19636 passed
......@@ -27,7 +27,7 @@ initialisation:
git add .
git commit -m 'Initial commit'
git tag -a 'vX.Y.Z' -m 'Release X.Y.Z'
git remote add origin git@git.km3net.de:YOURUSERNMAE/PROJECT.git
git remote add origin git@git.km3net.de:YOURUSERNAME_OR_GITGROUP/PROJECT.git
git push -u origin master
git push --tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment