git

Back Open Paginator
09.04.2026 22:00
ethauvin (@ethauvin@mastodon.social)

The Git Commands I Run Before Reading Any Code

piechowski.io/post/git-command




Show Original Post


09.04.2026 21:53
cjk (@cjk@chaos.social)

Gitte now supports multiple windows. 🥳

codeberg.org/ckruse/Gitte

#gnome #linux #git #gui




Show Original Post


09.04.2026 21:26
Claudia4 (@Claudia4@mastodontech.de)

Today I was surprised to learn another new thing about git: A commit in git can have more than two parents. Such a commit is the result of an octopus merge, which is nicely explained in freblogg.com/git-octopus-merge . I laughed out loud in the office reading this great blog article. 😄
#TodayILearned #git




Show Original Post


09.04.2026 21:22
Claudia4 (@Claudia4@mastodontech.de)

The other day I Learned that `git describe` allows to find tags and get a human-readable description of them. For example, one can use `git describe --tags --abbrev=0` to get the name of the latest tag on the current branch.
#TodayILearned #git




Show Original Post


09.04.2026 20:03
thornbill (@thornbill@fosstodon.org)

#Zed is easily my favorite #git client I’ve used since Tower on macOS a decade ago




Show Original Post


09.04.2026 19:54
2026 (@2026@horodecki.net)

Tłumaczenie Wolnego i Otwartego Oprogramowania

Trzecia część wpisu zachęcającego do zaangażowania się w społeczność Wolnego i Otwartego Oprogramowania, tym razem poświęcona tłumaczeniu programów.

horodecki.net/2026/04/09/tluma #Crowdin #foss #gettext #git #GitLab #gnome #Gtranslator #tłumaczenie #Weblate



Show Original Post


09.04.2026 18:59
moreentropy (@moreentropy@chaos.social)

Spent part of the day connecting multiple Grafanas to a self hosted Gitlab repository for Dashboard storage.

The documentation seems to be still experimental 😅 as is the feature and I ran into a few bugs that are fixed with the next release.

Now that it’s all set up, this is fantastic. Saving a dashboard in git synced folders in Grafana UI will now commit and push the change to the repo. Changes in the repo are picked up by Grafana as well.

#grafana #git




Show Original Post


09.04.2026 18:17
maikel (@maikel@vmst.io)

Ha!

stackoverflow.com/questions/37

#git #gay




Show Original Post


09.04.2026 17:49
janikvonrotz (@janikvonrotz@fosstodon.org)

# Git and Jujutsu

To know how to git is to know pain. I wouldn't describe myself as a master of git. Never done the bisect and rebase onto stuff. Because git is my daily driver on the command line I am always interested to learn how to use it better.

One thing that seems to be a good fit for git is jujutsu. It showed up in my feed once again.

Read more: janikvonrotz.ch/2026/04/09/git

#100daystooffload #git #jujutsu #vcs




Show Original Post


09.04.2026 16:39
lw (@lw@mastodon.bsd.cafe)

so, trying to understand #git...

let's say i have an internal ForgeJo instance at git.example.org. i pull src.git from git.freebsd.org and push it to git.example.org, and now i can pull it on all my dev VMs.

now i want to commit a change, but i don't want to give my dev VM access to my FreeBSD SSH key. so, i make the change on dev, test and commit it, then push it to git.example.org.

then, on my desktop, i pull from git.example.org and push to gitrepo.freebsd.org. but, in the mean time, someone has has pushed another commit to gitrepo.freebsd.org, so i have to rebase and push again.

now i can't push my rebased local branch back to git.freebsd.org without doing a force push, which will break all my clones.

what's the right way to do this?




Show Original Post


09.04.2026 16:08
kzoneind (@kzoneind@mstdn.social)

#ITByte: #Git is a free, open-source #DevOps tool for source code management (SCM) that helps track changes and enable multiple developers to work together.

#Git101: A brief Introduction to #Git #SourceCode management system.

knowledgezone.co.in/trends/bro





Show Original Post


09.04.2026 15:30
pub (@pub@btfree.social)

Good day all!

I have the pleasure of announcing work that @enoent@ravenation.club has done for BT Free for our Tube Free Peertube.

We now have working, and it's running AMAZINGLY, automation that auto-scales PeerTube runners based on pending transcoding jobs.

So when someone uploads a video, a job is kicked off for each quality, the script spins up a hetzner server to transcode that job, and then shuts down.

Check it out if you're interested! Run one for yourself!

git.btfree.org/BTFree/pt-aut...

Just a reminder we're also hosting the our own Peertube Index built on a chain of trust.

And hopefully coming soon automation to fully upload videos, descriptions, etc from the CLI to Peertube. (Unless one exists and if so PLEASE point me to it, because I'm awful at software development)




Show Original Post


1 ...25 26 27 28 29 30 31 32 33 34 35 ...347
UP