git

Back Open Paginator
06.08.2025 09:59
chmouel (@chmouel@fosstodon.org)

Getting gemini-cli to fix some of the review comments.

checkout pr: gh pr checkout ${PR}

Get the review comment with gh:

gh api /repos/$(gh repo view --json nameWithOwner --jq .nameWithOwner)/pulls/${PR}/comments|tee /tmp/a.json

Copy the content to your clipboard.

Open gemini-cli, paste your clipboard content and ask gemini with something like "Can you address those review comments, discard them if they don't make sense or are already applied?"

wait, pray, review :)

#GitHub #git




Show Original Post


06.08.2025 09:17
GripNews (@GripNews@mastodon.social)

🌘 Kart:適用於地理空間與表格資料的分散式版本控制
➤ 讓 Git 駕馭您的地理資料,實現無縫版本控制。
kartproject.org/
Kart 是一款開源軟體,它將 Git 的強大版本控制能力延伸至地理空間與表格資料。它允許使用者以 Git 的方式管理資料,支援 GeoPackage、PostGIS、SQL Server 和 MySQL 等格式,並提供行級別的變更追蹤、分支合併、空間過濾及高效同步功能,讓 GIS 工作流程更為靈活與順暢。
+ 這聽起來太棒了!終於有一個工具能讓我在 Git 中管理 Shapefile 了。
+ 介面和操作方式跟 Git 類似,學習曲線應該很低,期待它能整合更多 GIS 格式。




Show Original Post


06.08.2025 04:04
box464 (@box464@mastodon.social)

Today I learned about Git Hunks. It's sadly not the name of a boy band or a calendar of Git Hunks.

digi-anuragk.github.io/git-han




Show Original Post


06.08.2025 03:52
controlc (@controlc@mstdn.ca)

Anyone doing small self hosted git repos that are encrypted at rest? How are you doing it? I see there is git-remote-gcrypt but caveat is one has to force push every time.

linuxconfig.org/how-to-create-

#git #encryption #privacy




Show Original Post


06.08.2025 01:32
helianthropy (@helianthropy@tech.lgbt)

I’ve been using git for FIFTEEN YEARS (Github for maybe half that time) and am only just now about to make my first pull request.

#git #Github




Show Original Post


06.08.2025 00:06
gitea (@gitea@social.gitea.io)

🚀 Gitea v1.24.4 is now available!
This patch release includes critical bug fixes and stability improvements. We strongly recommend upgrading as soon as possible.

🔧 Stay secure. Stay stable.
📖 Full release notes:
👉 blog.gitea.com/release-of-1.24

#Gitea #Git #DevOps #SelfHosted #OpenSource




Show Original Post


05.08.2025 22:43
jmb (@jmb@mastodon.me.uk)

I've been playing with re-creating a @django site using @wagtail and think I’ve got to grips with it nicely. I now need to re-write again from scratch properly using #git and make it tidier so that I can deploy it! Doh!




Show Original Post


05.08.2025 22:05
tobosoksini (@tobosoksini@mastodon.social)

Tired of backing up your project by renaming folders? My new Udemy course is LIVE: Version Control for Solo Devs with & —no terminal.

Get the best launch price, the coupon expires in 5 days!

➡️ Enroll Now: bit.ly/4foEGPV





Show Original Post


05.08.2025 20:39
darkghosthunter (@darkghosthunter@mastodon.social)

The inherent value of FOSS is not only getting it for "free" and the "freedom" of doing whatever you want with it.

It's also maintaining it for "free".

If you cannot maintain it, then offer your ideas so it can be enhanced or fixed with the least amount of hindrances for the maintainers to understand.

If you can't do both, shut the fuck up.




Show Original Post


05.08.2025 20:31
mahryekuh (@mahryekuh@hachyderm.io)

Don't you love it when:

1. the number of CI pipelines you triggered is at least twice the number of commits you made in your MR,
2. and that all of your commits display an author date rather than a commit date,
3. and the commits are mostly atomic with sensible commit messages?

Git force push FTW. 💪🏻

(Disclaimer: On feature branches. That you own. That no one else works on.)

#Git




Show Original Post


05.08.2025 19:00
devdigest (@devdigest@mastodon.social)

⚡️ End of Support for Visual Studio 2015 Announced

🏷️

devdigest.today/goto/4754




Show Original Post


05.08.2025 16:36
elye (@elye@androiddev.social)

Searching Git Repos: CLI vs API. Knowing when to use which
elye-project.medium.com/search
#Elye #Coding #Git




Show Original Post


1 ...333 334 335 336 337 338 339 340 341 342 343 ...347
UP