Back to guides
Git configuration in apps-cli
Git configuration in apps-cli
This guide explains how to configure Git integration in apps-cli, including one-time setup, typical workflows, and troubleshooting.
GitLab preset
Host: gl.nimbusweb.co
Group: vibecode
Access token
Open token settings in GitLabScopes: api, read_api, read_repository, write_repository, read_registry, write_registry
- Enable global flags like and in interactive mode via .
- Authenticate in the target environment ( or ) so GitLab sync resolves to the correct namespace.
- During configuration, CLI suggests a repository name and you can edit it if needed. Example: .
- New app + Git + Sync: Run to initialize local git, set origin, and push in one flow.
- Existing project without git: Run , then .
- Already have local git without sync: Run to keep local history and attach/push remote.
fusebase config flagsOpen interactive flag setup (`git-init`, `git-debug-commits`).
fusebase config gitlabConfigure GitLab integration parameters (host, group, token).
fusebase initCreate a new app and run the git flow using your current config.
fusebase gitInitialize local git in an existing project.
fusebase git syncCreate/connect remote repository and push the current branch.
fusebase git sync --git-tag-managedRun sync and apply the managed tag in GitLab.