git

Back Open Paginator
19.02.2026 02:26
sunscream (@sunscream@mstdn.social)

I patted myself on the back for learning to use git's merge command, something I was afraid to use before. But after a day or two I realized one of my code branches was messed up. It was probably due to a simple mistake on my part -- due to working on it when I was tired. But the great part about git is I could get back to a point where everything worked and I was able to fix the branch. Without git, days of work would have been lost.

#git




Show Original Post


19.02.2026 01:26
spoljarevic (@spoljarevic@techhub.social)

Moved the development area from my ansible repo to it's own development branch now.
Way cleaner then having things that are not finished yet in the master branch.

Should've done that from the beginning...

#codeberg #git #branch #development #ansible #automation #coding #yml #playbook #ansibleplaybook #development




Show Original Post


19.02.2026 00:50
stephenblum (@stephenblum@mastodon.social)

Git blame shows Claude coauthored the code, dead giveaway there today.





Show Original Post


19.02.2026 00:11
sean_earle (@sean_earle@mastodon.gamedev.place)

Another Weekly Brain Dump is up!

- Switching up my #git plugin for #Neovim
- More #Hanami learning
- More #GameDev on Jumpy Alien
- Some really cool links

sean.taylormadetech.dev/2026/0

#WeeklyBrainDump #Blog #programming




Show Original Post


18.02.2026 22:13
darrenburns (@darrenburns@fosstodon.org)

Added the ability to click and drag the central divider to resize panes in split diff view. While dragging, the central divider brightens and there's a little indicator showing the size of each pane. It's especially fun with wrapping enabled :)

Next step is to add a means of doing this with the keyboard!

(thanks @davidbrochart for the suggestion!)

#terminal #tui #git #github #cli





Show Original Post


18.02.2026 19:51
post (@post@sh.itjust.works)

15+ years later, Microsoft morged my diagram

sh.itjust.works/post/55539534




Show Original Post


18.02.2026 19:50
Kroppeb (@Kroppeb@tech.lgbt)

Does anyone know a better strategy to prevent your local main branch from getting outdated than

```
git branch -d main
mkdir .git/refs/heads/main/
touch .git/refs/heads/main/.no_checkout
```

#git




Show Original Post


18.02.2026 17:21
tibo (@tibo@sociabl.be)

[BLOG] Git subtrees: subrepos the simple way #Git cylab.be/blog/484/git-subtrees




Show Original Post


18.02.2026 16:52
smartgit (@smartgit@techhub.social)

Adding AI for code generation is easy.

The real edge comes when you also upgrade how you manage branches, review changes, resolve conflicts, and keep a clean #Git history.

That’s exactly where SmartGit shines — giving you professional visual control so you can focus on judgment, not just execution.

Are you rethinking your full dev workflow in 2026, or just bolting on new tools?

What’s one change you’ve made to your Git process lately? 👇

#SmartGit #DeveloperProductivity #AI #DevTools





Show Original Post


18.02.2026 16:31
post (@post@toast.ooo)

GitLab backs 99.9% availability with service credits for Ultimate customers

toast.ooo/post/12337405




Show Original Post


18.02.2026 16:11
spoljarevic (@spoljarevic@techhub.social)

As time is ticking I noticed that I haven't got far in this months project (implementation of Wiki Pages in most of my Codeberg Repos)...
I'm not too sure how much time I can/will invest in it this week, perhaps at the weekend I can do something but my goal still stands.
Next week I'll be able to focus much more on it, so I'll probably be able to finish it.
I had enough time to be much further till now but Documentation isn't really the most fun part about a Sysadmins life...

#documentation #wiki #codeberg #git #project #goal #sysadmin




Show Original Post


18.02.2026 15:56
texttheater (@texttheater@mastodon.social)

RIL: there is the shared .gitignore, there is the private global ~/.gitignore, but then there’s also .git/info/exclude which is private and local <3




Show Original Post


1 ...78 79 80 81 82 83 84 85 86 87 88 ...347
UP