https://codeberg.org/DjangoPBX/DjangoPBX
You can update your upstream repository as follows...
git remote -v will show you your current upstream repository:
To update the URL issue the following:
Kind regards,
Adrian.
You can update your upstream repository as follows...
git remote -v will show you your current upstream repository:
Code:
git remote -v
origin https://github.com/djangopbx/djangopbx.git (fetch)
origin https://github.com/djangopbx/djangopbx.git (push)
To update the URL issue the following:
Code:
git remote set-url origin https://codeberg.org/djangopbx/djangopbx.git
Kind regards,
Adrian.