mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2025-07-04 17:29:03 +00:00
Fix remote command
This commit is contained in:
parent
e4e9fc9504
commit
971ecaff98
|
@ -22,6 +22,6 @@ jobs:
|
||||||
chmod 700 $HOME/.ssh
|
chmod 700 $HOME/.ssh
|
||||||
git config --global user.name 'Leon Mika'
|
git config --global user.name 'Leon Mika'
|
||||||
git config --global user.email 'lmika@lmika.org'
|
git config --global user.email 'lmika@lmika.org'
|
||||||
git remote set-url downstream git@github.com:lmika/postlist-for-micro.blog.git
|
git remote add downstream git@github.com:lmika/postlist-for-micro.blog.git
|
||||||
git push downstream
|
git push downstream HEAD
|
||||||
git push downstream --tags
|
git push downstream --tags
|
||||||
|
|
Loading…
Reference in a new issue