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 :)
🌘 Kart:適用於地理空間與表格資料的分散式版本控制
➤ 讓 Git 駕馭您的地理資料,實現無縫版本控制。
✤ https://kartproject.org/
Kart 是一款開源軟體,它將 Git 的強大版本控制能力延伸至地理空間與表格資料。它允許使用者以 Git 的方式管理資料,支援 GeoPackage、PostGIS、SQL Server 和 MySQL 等格式,並提供行級別的變更追蹤、分支合併、空間過濾及高效同步功能,讓 GIS 工作流程更為靈活與順暢。
+ 這聽起來太棒了!終於有一個工具能讓我在 Git 中管理 Shapefile 了。
+ 介面和操作方式跟 Git 類似,學習曲線應該很低,期待它能整合更多 GIS 格式。
#版本控制 #地理資訊系統 #資料管理 #Git
Today I learned about Git Hunks. It's sadly not the name of a boy band or a calendar of Git Hunks.
https://digi-anuragk.github.io/git-hands-on/docs/Going%20Remote/hunks
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.
https://linuxconfig.org/how-to-create-encrypted-git-repositories-with-git-remote-gcrypt
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.
🚀 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:
👉 https://blog.gitea.com/release-of-1.24.4/
#Gitea #Git #DevOps #SelfHosted #OpenSource
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!
Tired of backing up your #UE5 project by renaming folders? My new Udemy course is LIVE: Version Control for Solo Devs with #Git & #GitHub—no terminal.
Get the best launch price, the coupon expires in 5 days!
➡️ Enroll Now: http://bit.ly/4foEGPV
#UnrealEngine #GameDev #IndieDev
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.
#FOSS #OpenSource #FreeOpenSource #OSS #Programming #Development #SoftwareDevelopment #Coding #Code #Git #GitHub #GitLab
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.)
⚡️ End of Support for Visual Studio 2015 Announced
🏷️ #devdigest #dotnet #net #microsoft #ide #visualstudio #git #github
https://devdigest.today/goto/4754
Searching Git Repos: CLI vs API. Knowing when to use which
https://elye-project.medium.com/searching-git-repos-cli-vs-api-8940d513d3c3?sk=31352819f66299ae7c9ae0c3e00797fe
#Elye #Coding #Git