Another wave of spam targeted at @Codeberg
Let's donate to the spectacular team so they can keep up the good work
More security: GitLab 18.0 is being launched in several stages
GitLab 18.0 is the next major release of GitLab. GitLab also provides the appropriate migration tools.
non #agile #devops folks what's your preferred branching strategy and corresponding merge strategy and why
(context in images)
#git
personal goal[s] , I am very clear it can only be a tradeoff, keeping git merge-base as predictable as possible for ancestor, for early on alerts -
1. never over-complicate a simple change in the flow
2. never oversimplify a complicated change.
3. keep a clean , but preserved git History
4. on a git bisect problem space need been reduced to a specific set of commits
5. effectively reviewed PRs
6. Least short cuts like re-base /reset / squash
-- noob
Mehr Sicherheit: GitLab 18.0 geht in mehreren Stufen an den Start
Mit GitLab 18.0 steht das nächste Haupt-Release von GitLab an. Die passenden Umzugs-Tools liefert GitLab gleich mit.
@Codeberg I am using lfs to avoid bloat, but every time I touch my blend file, add, commit and push my repo, the filesize grows by the amount of the blend file.
The blend file is 7mb.
Push 1 : 7 mb
Push 2: 14 mb !
Push 3: 21 mb !
Is this expected?
(main) $ git lfs ls-files
a566368998 * dev.blend
^ seems like it should be ok.
Sorry if dumb question!
Using Jujutsu instead of Git becomes more tempting with these new tools!
**jjj** — A modal interface for Jujutsu
Handle your Jujutsu operations from the terminal!
Written in Rust & built with @ratatui_rs
GitHub: https://github.com/icorbrey/jjj
Just published a new blog post on configuring Git commit signing for multiple environments. If you're juggling multiple projects, this guide might help you to improve your git configuration and security.
https://asciijungle.com/posts/2025-04-24-git-commit-signing-for-multiple-environments.html
To anyone who runs a forgejo instance, small or large: does it feel mature and stable at this point? Is there anything that you feel is essential missing?
I need to set some folks up with a self hosted git forge and its basically a choice between gitlab and forgejo.
Hacer que git no pida contraseña https://myblog.clonbg.es/hacer-que-git-no-pida-contrasena/ #Git #Seguridad https://clonbg.es
Guys, guys, hear me out. My PR to supercharge Laravel's seeder was shot down... but... hear me out...
TAYLOR REPLIED WITH ITS OWN KEYBOARD, AND ADDED AN EMOJI.
No copy-paste response. No close and fuck off. He actually replied. He didn't use its ChatGPT bot to close obnoxious shit. AND WITH AN EMOJI ON TOP OF IT.
I'm not even joking. I feel blessed.
In an interdisciplinary Masters-level class at RWTH Aachen, I taught construction, architecture, mechanical and other students how to clone and run Python/NodeJS repositories from GitHub.
One of the projects was based on using a music visualiser to create music animations. At this link, you can find what the students created: https://diraneyya.github.io/deep-music-visualizer-showdown/
Heads up folks, looks like Codeberg’s down. Apparently it’s routine maintenance.
You Don’t Know Git, by @ethomson.bsky.social (@ndcconferences.com):
Today, in PR that will take Taylor the whole morning to understand:
Linus Torvalds has coded git two decades ago.
Learn about why how who and where here
https://youtu.be/sCr_gb8rdEI?si=s8tDVh1e8dBTGWkJ
#bash #sh #zsh #ksh #csh #tcsh #fish #git #Linux #POSIX #FOSS #100daysofCode #640DaysOfCode #coding #1024DaysOfCode #github #programming
My own Git server seems to be active scrapped? After tomorrow’s written driving test, I am gonna add Anubis to my server
`git bisect` saved me again today! I knew that one commit over a range of 105 commits broke something, and `git bisect` helped me find it by testing just 6 of the commits.