🔧 Hướng dẫn nhanh khắc phục lỗi Git push trong dự án Terraform: 1️⃣ File .terraform/... quá 100 MB → thêm .terraform/, *.tfstate vào .gitignore hoặc xóa .git và khởi tạo lại. 2️⃣ Đẩy có secret AWS → không ghi access_key/secret_key trong mã, dùng env vars, IAM role hoặc aws configure, và xoay key ngay nếu đã commit. #Terraform #Git #DevOps #InfrastructureAsCode #LỗiGit #BảoMật
Code is for the machine. Git history is for the humans.
A clean, well-structured repository isn't just 'tidy'—it’s a sign of respect for your future self and your teammates. Don't just commit; communicate.
Ready to navigate your repo's history without the command-line anxiety?
Visualize your time travel with SmartGit. Download it for free here 👉 https://www.smartgit.dev/
#Git #DevLife #Programming #SmartGit

Commit 24: Kaum Zeit beim #wartenauf39c3 .. Weihnachten, Familie, Bescherung .. nix vorprodziert .. Und dann wollen wir unbedingt eigentlich #ClairObscur weiter erleben und die #clairlibre #FLOSS Base weiter treiben ..
Fangen wir dazu mit ein paar Basics zum Thema #git mirroring an. #Codeberg first, klar, aber wie holen wir Wesen ab, die noch auf #github gefangen sind?
Hier unser Mini-Paper zum Thema:
\__
#cccRegio #39c3 #giveUpGitHub #JEK25 #goty2025

Tác giả đề xuất hệ thống đặt tên commit Git mới, chi tiết hơn Conventional Commits. Nó phân loại rõ ràng thay đổi "Hướng người dùng" (ví dụ: feat, fix) và "Nội bộ" (ví dụ: refactor, chore). Mục tiêu là giúp commit message rõ ràng và dễ hiểu hơn. Bạn nghĩ sao?
#Git #LậpTrình #Commit #ConventionalCommits #PhátTriểnPhầnMềm
#Git #Programming #CommitNaming #SoftwareDevelopment #DevOps
https://www.reddit.com/r/programming/comments/1pui0hc/commit_naming_system/
💻 Hướng dẫn nhanh thiết lập 2 tài khoản GitHub trên Windows: tạo 2 SSH key (id_personal, id_work), bật dịch vụ ssh‑agent, thêm key, cấu hình .ssh/config với alias github‑work, và dùng git config để đổi tên/email cho dự án công việc. Sửa commit sai email chỉ cần amend và force‑push. Tiết kiệm thời gian, tránh nhầm lẫn! #Git #GitHub #Windows #SSH #Coding #LậpTrình #CôngNghệ
How Does GitHub Upload a Project? 🇺🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/does-github-upload-project/
¿Cómo Sube GitHub un Proyecto? 🇪🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/como-sube-github-proyecto/
#programming #coding #programación #code #webdevelopment #devs #softwaredevelopment #github #git

Mise à mal des forges #Git par les collecteurs d'IA - Tech / Infrastructure - Forum du collectif #CHATONS
https://forum.chatons.org/t/mise-a-mal-des-forges-git-par-les-collecteurs-dia/7086
Bonjour à tous ! Il semblerait qu’un phénomène touche beaucoup d’acteurs de l’hébergement aujourd’hui, notamment plusieurs du côté du CHATONS. Il s’agit de la mise à mal des forges Git par des crawlers, ou indexeurs d’ #IA ...

RE: https://pynews.com.br/@villares/115771266399694106
Looks like my #git commit history...
Normalize:
```
git commit -a -m 'He?'
```
Well, this is a new one. Trying to figure out a kernel bug origin by bisecting and git bisect good just... hangs? It just sits there, burning CPU.
@kernellogger any idea what's going on here?
Commit sequence is between 19-rc1 (bad) and 18.0 (good), then the sequence in the screenshot.
git is version 2.51.0
ETA: git bisect skip hangs just the same.

Aa-argh :( Joskus olisi kiva, jos #FLOSS-projektin ohjeet avustajille olisivat edes täsmällisiä. #KDE uudisti äskettäin #L10n-tiedostojensa #repo'ja niin, että vaikka .po-tiedostot ovat yhä #Subversion'issa, .pot-mallipohjat siirrettiin #Git'iin. Ainoa annettu ohje oli ”update your scripts”. Turhahan sitä olisikaan kertoa, MITEN. Nyt ei sitten mikään enää toimi. #perkele
#curl #git #github anyone know who is responsible for this error message?
> Error: fatal: unable to access 'https://github.com/:org/:repo/': SSL connection timeout
My guess is that it comes from:
https://github.com/git/git/blob/66ce5f8e8872f0183bb137911c52b07f1f242d13/remote-curl.c#L534-L535