git-pkgs: explore your dependency history
A git subcommand to explore the dependency history of your repositories.
Introducing gisthost.github.io | by Simon Willison
buff.ly/SU3qzBn
#github #git #gist #devtools #softwaredev
Introducing gisthost.github.io
Editing previous git commits on the CLI,
Get the hash of the commit to be editedgit log --oneline
Stage and commit changesgit add <files>git commit --fixup=<commit-to-edit-hash>
This will create a special commit starting with fixup!
🪄 Make the change permanentgit rebase --autosquash <parrent-(branch|commit)>
Since this is a rebase, choosing
a. parent-branch will add all commits done after the fork.
b. parent-commit without adding any new commit from the parent
In both cases, git log --oneline will help to find the right values.
Helpful? Let me know!
#devops #firstpost #tip #git #cli
A na początek nowego roku artykuł o sztuczkach #Git i to takich, które pozwolą w miarę bezboleśnie obsługiwać różne klucze SSH w różnych repozytoriach.
https://mtsz.pl/blog/2025-12-14-wszystkie-wokol-gita-fikolki/
FYI ...if you prefer so 😜
#linuxadmin #tool #git #opensource
https://eagain.net/articles/git-for-computer-scientists/
FYI ...if you prefer so 😜
#linuxadmin #tool #git #opensource
https://eagain.net/articles/git-for-computer-scientists/
🤖 Tự động hóa Git trong VS Code với AI Commit chỉ bằng một phím tắt!
Nhờ kết hợp GitHub Copilot và Multi-command extension:
- Tự động staging
- AI tạo thông báo commit
- Commit & đồng bộ chỉ bằng CTRL+ALT+G
Không cần confirm thủ công sau thiết lập!
Lợi ích: Giảm quy trình 5 bước thành một thao tác. Cài đặt chi tiết trong bài viết.
#Git #VSCode #GitHubCopilot #Automation #Developer #TựĐộngHóa #LậpTrình #AI
https://dev.to/jankoweb/automating-git-workflow-in-vs-code-ai-commit-sync-with-one-sh
Just tried to #git clone a repo. Asks for username and password then says I can't use username and password to clone a repo on Mac.
Fucking piece of shit. I just read about generating an ssh key and using that and wibble de dee fwing fwang FUCK it. Giving up. I don't want to have to tiger balm my entire vertebra, sit in a tub of scalding water then spend three hours leaning forward to facilitate self-fellation just to CLONE A GOD DAMNED GIT REPO thanks.
(knocks 2026 off desk as he storms out)
Lập trình viên mới? Git là kỹ năng bắt buộc! 🚀
Git giúp bạn:
✔️ Theo dõi lịch sử thay đổi code
✔️ Khôi phục phiên bản cũ nếu có lỗi
✔️ Làm việc nhóm không lo ghi đè code
Lệnh cơ bản cần biết:
› git init: Tạo kho lưu trữ
› git add: Chuẩn bị file cho commit
› git commit -m "mô tả": Lưu trạng thái code
› git status: Kiểm tra thay đổi
Thực hành ngay để thành thạo công cụ thiết yếu này! 💻
#Git #VersionControl #Coding #BeginnerDeveloper
#LậpTrình #QuảnLýPhiênBản #NhậpMôn #CôngCụDev
https://dev
Git Rev News Edition 130 (December 31st, 2025)
https://programming.dev/post/43319874
My year 2025 in #code
#GitWrapped #YearInCode #Git #GitHub
