Wilker

joined 1 year ago
[–] Wilker@lemmy.blahaj.zone 0 points 1 year ago* (last edited 1 year ago) (2 children)

i think nothing beats literally getting the zip file with all the contents of the game with no middleware like GOG employs. to decentralize the store further requires the devs to at least manage their own website hosting, domains, ownership status accounts for updates. the only step available beyond that is the payment methods, and i don't think there's any viable solution to be done in that case besides having more companies like Stripe and Paypal.

in that sense, Itch is handling things pretty good for devs so far,

[–] Wilker@lemmy.blahaj.zone 5 points 1 year ago (2 children)

have at it!

taken from Gitlab's manual page for creating a key, but i wonder what else could be done to expand on it.

#~/.gitconfig
[includeIf "hasconfig:remote.*.url:https://gitlab.com/**"]
path = /path/to/gitlab.gitconfig
[includeIf "hasconfig:remote.*.url:https://github.com/**"]
path = /path/to/github.gitconfig

#example gitlab gitconfig from the included path
[user]
name = Your Name
email = 0000000-YourName@users.noreply.gitlab.com
signingkey = 0000999988887777

[commit]
gpgsign = true

if all works well, Git should be able to automatically use the selected key depending on the repo's stated remote server.

view more: ‹ prev next ›