Ok, I figured it out - I needed to
$ git remote set-url origin ssh://git@codeberg.org/OrgName/repoName.git
-and then I could push.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
Ok, I figured it out - I needed to
$ git remote set-url origin ssh://git@codeberg.org/OrgName/repoName.git
-and then I could push.
Have a look at this guide. You need to create the repo first I think before you push. Theres even a note talking about push to create
Thanks - I figured out how do to it - I had to use git remote set-url origin.
Sounds like you got it sorted but heres what i do:
git remote -v to verify your remotes. Update as necessary (git remote set-url [remote] [url]). If it's a new project you can just git init and add your remote.git push origin and after that you'll be fine to use just git push