Files
garden/push an existing repository to a new remote.md
T
flancian e26cc36d7c Wow, forgot to use 'git mv', previous changelists are [[cursed]].
Will still revert journals to [[iso 8601]] after this commit.
2021-05-07 21:33:26 +02:00

182 B

push an existing repository to a new remote

git remote add origin git@example.org:username/repo.git
git branch -M main
git push -u origin main