It would be wonderful if I could enter my credentials to my remote account on Codeberg, Gitea, Fogejo, Gitlab, Bitbucket, GitHub, etc., and have GitUp:
- automatically show my repositories, so I could clone them without a trip to the browser
- show PRs and allow me to merge/solve them locally
- notify me when new Issues get posted, and allowed me to respond to them in-app
It would also be wonderful if GitUp provided more support to a "local first" workflow, which is still useful to many Developers working independently or as freelancers: we often start a project locally, and only move it to a shared repository at a later stage — eg., when upscaling the project from a 'solo' to a 'team' effort. In those scenarios, the local project has a git history that we want to keep. The usual process is multi-step, usually requiring us to create a --bare repository in the remote server, then add the remote origin manually to the local repo, and finally push. It would be wonderful if GitUp could 'move' a project from local to server-based in a single command!
It would be wonderful if I could enter my credentials to my remote account on Codeberg, Gitea, Fogejo, Gitlab, Bitbucket, GitHub, etc., and have GitUp:
It would also be wonderful if GitUp provided more support to a "local first" workflow, which is still useful to many Developers working independently or as freelancers: we often start a project locally, and only move it to a shared repository at a later stage — eg., when upscaling the project from a 'solo' to a 'team' effort. In those scenarios, the local project has a git history that we want to keep. The usual process is multi-step, usually requiring us to create a
--barerepository in the remote server, then add the remote origin manually to the local repo, and finally push. It would be wonderful if GitUp could 'move' a project from local to server-based in a single command!