git

Back Open Paginator
20.10.2025 12:40
xolatgames (@xolatgames@mastodon.gamedev.place)

Second one new is Breakout in Birdy 🐦.

Now when a ball bounces from obstacles it change its direction in depending on the angle of the colliding.

The game's repository is here 👉 codeberg.org/xolatgames/Birdy-

But I haven't publish this update on Gamejolt and other places where you can download the game's executables yet.

#cpp #cplusplus #sdl #sdl2 #box2d #opensource #game #games #gamedev #codeberg #git #adventure #2d #development #devlog





Show Original Post


20.10.2025 10:29
heiseonlineenglish (@heiseonlineenglish@social.heise.de)

GitLab 18.5: GitLab Duo Planner supports Product Managers with AI

As a beta feature, the AI-powered GitLab Duo Planner can analyze backlogs and apply prioritization frameworks like RICE.

heise.de/en/news/GitLab-18-5-G

#Git #IT #KünstlicheIntelligenz #Softwareentwicklung #Versionskontrolle #news




Show Original Post


20.10.2025 09:30
heisedeveloper (@heisedeveloper@social.heise.de)

GitLab 18.5: GitLab Duo Planner unterstützt Product Manager mit KI

Als Beta-Feature kann der KI-gestützte GitLab Duo Planner Backlogs analysieren und Priorisierungsframeworks wie RICE anwenden.

heise.de/news/GitLab-18-5-GitL

#Git #IT #KünstlicheIntelligenz #Softwareentwicklung #Versionskontrolle #news




Show Original Post


20.10.2025 08:02
forest_watch_impress (@forest_watch_impress@rss-mstdn.studiofreesia.com)

「Git for Windows」v2.51.1が公開 ~「Git LFS」の脆弱性に対処、「git flow」は削除へ/分散型バージョン管理システム「Git」のWindows版
forest.watch.impress.co.jp/doc

#forest_watch_impress #Git #Git_for_Windows #プログラミング #Windows




Show Original Post


20.10.2025 05:19
GripNews (@GripNews@mastodon.social)

🌘 Git Pre-Commit Hook 的優缺點探討
➤ 提升程式碼品質與安全性,但需注意平衡開發流程
yeldirium.de/2025/10/09/pre-co
本文探討了 Git Pre-Commit Hook 的優點與缺點,強調其在自動化品質保證與防止敏感資訊洩漏方面的關鍵作用。文章詳細說明瞭如何設定和使用此工具,並分析了不同類型的 Hook(如 Pre-Commit、Prek、Husky)及其相應的生態系統。同時,作者也討論了在開發流程中遇到的挑戰,例如新貢獻者的導入、緩慢的 Hook 執行時間,以及如何透過工具(如 devenv)來簡化設定和提升效率,最終目標是讓 Pre-Commit Hook 成為促進開發順暢、確保程式碼品質的有效手段。
+ 這篇文章深入探討了 Pre-Commit Hook 的實用性,尤其是在防止敏感資料意外提交方面。但我仍然擔心它會拖慢我們頻繁提交的開發速度。
+ 作者的建議很實用,特別是關於使用 de
-commit hook




Show Original Post


20.10.2025 00:45
hn50 (@hn50@social.lansky.name)

Could the XZ backdoor been detected with better Git/Deb packaging practices?

Link: optimizedbyotto.com/post/xz-ba
Discussion: news.ycombinator.com/item?id=4

#git




Show Original Post


19.10.2025 22:13
h4ckernews (@h4ckernews@mastodon.social)

Could the XZ backdoor been detected with better Git/Deb packaging practices?

optimizedbyotto.com/post/xz-ba




Show Original Post


19.10.2025 21:41
cark (@cark@social.tchncs.de)

I frequently create a new #git :git: repo and it always bothers me to manually create .gitignore file myself.

Today I automated this with the following lines in my .bashrc

# define the content in an env var

GIT_IGNR_CNTNT=$(cat <<-EOF

*.log
tmp_*
# put other patterns here

EOF
)

# function to write env var to file
git_ignore_creation(){

echo "$GIT_IGNR_CNTNT" > .gitignore
}

#bash




Show Original Post


19.10.2025 21:15
SeaGL (@SeaGL@mastodon.social)

🎤 Upcoming at SeaGL 2025:
📍 02:00 PM on November 07
🗣️ "The Cathedral and the Bizarre II: Branches of Faith or, Committing Code Not Sins"
👥 Speaker(s): Toby Betts
📍 Room: Room 332
🏷️ Track: Languages and Tools
📝 Git is a major part of modern software development. It is the de facto open source version control p...


🔗 pretalx.seagl.org/2025/talk/SV





Show Original Post


19.10.2025 17:22
cathill (@cathill@mastodon.social)

Is Linus Torvalds worried about being a two-trick pony now that he has created Linux and Git?




Show Original Post


19.10.2025 06:59
clonbg (@clonbg@masto.es)

Los comandos que necesito para trabajar con git desde la terminal myblog.clonbg.es/los-comandos- #Terminal #Git clonbg.es





Show Original Post


19.10.2025 06:00
grahamperrin (@grahamperrin@mastodon.bsd.cafe)

@gumnos

<reddit.com/r/freebsd/comments/> there's a comment about doceng, and "The (2001) migration was a massive improvement 👍". I can't recall exactly what was spoken by the Core Team, but I did like the sound of it; listen in, if you can.

Re: Git, I spent a long time learning as much as I could. Sometimes when I made a mistake, the mountain of undoing the mistake was so high that throwing away masses of work (hours, or days) was less painful than attempting a fix.

GitHub is far less painful than Git, and I sometimes make myself happy by closing a pull request then deleting the branch 🙂

#documentation #Git #GitHub




Show Original Post


1 ...224 225 226 227 228 229 230 231 232 233 234 ...348
UP