Skip to content

Instantly share code, notes, and snippets.

@basxto
Created April 20, 2024 02:06
Show Gist options
  • Save basxto/d196a6aadaf90e69512ccc6dd8cc2193 to your computer and use it in GitHub Desktop.
Save basxto/d196a6aadaf90e69512ccc6dd8cc2193 to your computer and use it in GitHub Desktop.
example config for gcli with mesehub (minetest gitea)
defaults {
editor=vim
github-default-account=hub
}
hub {
token=<token-goes-here>
account=basxto
forge-type=github
}
lab {
token=<token-goes-here>
account=basxto
forge-type=gitlab
}
berg {
token=<token-goes-here>
account=basxto
forge-type=gitea
}
mese {
token=<token-goes-here>
account=basxto
forge-type=gitea
apibase=https://git.minetest.land/api/v1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment