They say you can't go back in time. Git says: git checkout <hash>.
Version control is the only place where "living in the past" is actually a highly productive career choice.
We've all needed that time machine at least once 😅
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 #ProgrammingHumor #SmartGit

Вы больше не новичок в Git. Повышаем квалификацию с помощью 7 команд
Каждому разработчику когда-нибудь приходилось срочно переключаться между ветками, восстанавливать потерянный коммит или аккуратно вырезать одно исправление. Это можно делать примитивно с помощью базовых команд Git, но настоящий профессионал отличается от любителя тем, что применяет самые оптимальные решения, тем самым экономит время и нервы. О таких решениях поговорим далее в статье.
#git #github #git_команды #гит #фичи #worktree #tig #алиас #git_rebase #ruvds_статьи
https://youtu.be/DLaD0hHY_F8?t=106# #RPM packaging , which tools are you using which is #git based ? Anyone aware of #gbs which is #gbp based ? (It is mostly used in #tizen project)
Вы больше не новичок в Git. Повышаем квалификацию с помощью 7 команд
Каждому разработчику когда-нибудь приходилось срочно переключаться между ветками, восстанавливать потерянный коммит или аккуратно вырезать одно исправление. Это можно делать примитивно с помощью базовых команд Git, но настоящий профессионал отличается от любителя тем, что применяет самые оптимальные решения, тем самым экономит время и нервы. О таких решениях поговорим далее в статье.
https://habr.com/ru/companies/ruvds/articles/978320/
#git #github #git_команды #гит #фичи #worktree #tig #алиас #git_rebase #ruvds_статьи
Chào bạn! Phần 2 về Git đã ra mắt, khám phá cấu trúc Directed Acyclic Graph (DAG) mạnh mẽ của Git. Mỗi commit là một snapshot chứa metadata và ID của commit cha, đảm bảo lịch sử tuyến tính và không có vòng lặp. Nhờ DAG, bạn có thể dễ dàng quay lại bất kỳ điểm nào trong dự án. Hiểu cách tạo và chuyển đổi giữa các nhánh với `git checkout -b` và `git branch`. Theo dõi phần tiếp theo để tìm hiểu về Git biết bạn đang làm việc ở đâu và cách hợp nhất các nhánh bằng PR nhé!
#Git #DAG #VersionControl #De
OctoNote (2.0.1) is out now! It includes a new feature - version history. Review the history of your notes and restore old versions. #git #github #notes #ios #indiedev
https://apps.apple.com/us/app/octonote/id1433164731
Hacer que git no pida contraseña https://myblog.clonbg.es/hacer-que-git-no-pida-contrasena/ #Git #Seguridad https://clonbg.es

When AI writes code, who gets the credit? 🤖✍️
Claude Code now adds a "Co-authored-by" attribution to Git commits by default. While great for transparency, it might not fit every team’s workflow.
Check out the full guide: https://www.deployhq.com/blog/how-to-use-git-with-claude-code-understanding-the-co-authored-by-attribution
#DeployHQ #ClaudeCode #Git #AI #DevOps #WebDev
@chriskrycho Oh man that's a kettle of fish and no mistake!
I finally have a mobile solution that works for us where my wife and I can enter transactions with splits and all the dual-entry bookkeeping perks and have the entries #git commit and pushed into our family #hledger based setup, but notably the only sane mobile solution for #plaintextaccounting I could come up with is data entry only. I got payee and account completion working from our full data set, but no query or budget features.
📝 Шпаргалка з основними командами #GIT 👇

I have a cursed idea around using #git tags names to store data but cannot find precise info on possible length limits
Để bảo mật cho các commit và tag trong Git, bạn có thể sử dụng GPG để ký kết. Bài viết hướng dẫn cài đặt GPG, tạo cấu hình an toàn với các thuật toán mạnh như Ed25519 và SHA512, cũng như tạo key hierarchy (key chính không hết hạn, subkey có thời hạn).
Quan trọng nhất là cách thiết lập SSH tunneling để forward GPG agent từ local lên remote server, giúp bạn có thể ký commit từ môi trường dev trên cloud một cách an toàn mà không cần lưu private key ở đó.
#GPG #Git #Security #CommitSigning #Vietna