W3Teal

goodbye github / moved to sourcehut

sr.ht/~w3teal/

since so long then*, I really want to switch my Git forge to something. and now, I'm omw migrating my major repos, and leave a lot of nonsense repo I created, it's pretty annoying to dive into. github is very bloated with nonsense AI things, problematic regional issues, scummy repos, and so social-oriented for me. I didn't really get some attentions or some success point, because I didn't really proficient on it. staring at numbers is really manipulating me.

before, I'm trying to use gitlab and the infamous tangled, but same mental issues. I'm an linux geek and pro-minimalist now, I used to scared and confused to use terminal, and didn't even understand how to navigating in sr.ht, now idgaf about it. I’m proud I grew past him, and it's a good news for me.

for now, i would still keep ill.my.id here until I get the alternative works properly. my whole repos will be keep stayed here, I would never leaving GitHub as whole. it's still the biggest key to contributing.


how do I moved to sourcehut

you should configure your ssh key before

ssh-keygen -t ed25519 -C "your_email@example.com"
cat ~/.ssh/id_ed25519.pub

and add it to your meta account > keys > SSH keys

now, I should change my repo remote (from github to sourcehut).
first, you create new repo at git.sr.ht (you can name it the same as the repo name you want to migrate).

go to your project directory, and

git remote -v
git remote remove origin
git remote add origin git@git.sr.ht:~username/project_name
git remote -v
git push -u origin main

primarily inspired by devin aka @intergrav

#en #posts