Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Facebook

Git

Git tutorial - IT technology blog
Posted inGit

Secure Git Credentials Management on Linux with Git Credential Manager and libsecret: Auto-save GitHub/GitLab Tokens

Posted by By admin June 26, 2026
Compare four methods for storing Git credentials on Linux: store, cache, libsecret, and Git Credential Manager. Practical setup guide based on six months of real-world experience — choose the right approach for your desktop or server environment.
Read More
Git tutorial - IT technology blog
Posted inGit

How to Set Up a Self-Hosted Git Bare Repository on Linux via SSH: Share Code in Small Teams Without Gitea or GitHub

Posted by By admin June 25, 2026
Self-host a Git server in 10 minutes using a bare repository over SSH — no Gitea, no GitHub, no extra software required. Perfect for small teams of 2–5 people who want secure, simple, low-maintenance internal code sharing.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering git restore and git switch: The Modern Git Replacements for git checkout

Posted by By admin June 24, 2026
git switch and git restore split git checkout into two separate commands — each doing exactly one thing. Since Git 2.23, the workflow is clearer, less error-prone, and especially beneficial for team collaboration.
Read More
Git tutorial - IT technology blog
Posted inGit

Upgrade Git Diff with Delta: Side-by-Side View and Beautiful Highlighting

Posted by By admin June 24, 2026
Tired of the default Git diff interface? Upgrade to Delta for side-by-side code viewing, syntax highlighting, and a professional interface right in your Terminal.
Read More
Git tutorial - IT technology blog
Posted inGit

Configuring .git-blame-ignore-revs: Don’t Let Prettier “Steal Credit” from Your Colleagues

Posted by By admin June 22, 2026
Stop letting formatting commits clutter your code history. Learn how to configure .git-blame-ignore-revs to find the logic author in seconds.
Read More
Git tutorial - IT technology blog
Posted inGit

Setting up CODEOWNERS: Ending Stale PRs and Incorrect Reviewers

Posted by By admin June 19, 2026
Forget about manually tagging everyone for code reviews. With CODEOWNERS, GitHub/GitLab automatically assigns the right people to the right tasks, making your PRs faster and safer.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Rebase –onto: Mastering Professional Git History Surgery

Posted by By admin June 17, 2026
Learn how to use git rebase --onto to move feature branches, remove sensitive commits, and optimize Git history like a Senior Developer.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering git add -p: The Secret to Splitting Commits for a Squeaky Clean Git History

Posted by By admin June 15, 2026
Learn how to use git add -p to split changes into multiple separate commits. This technique keeps Git history clean, makes reviews easier, and improves professional logic management.
Read More
Git tutorial - IT technology blog
Posted inGit

git commit –fixup and rebase –autosquash: Automatically Clean Up Commit History Without Manual Squashing

Posted by By admin June 13, 2026
git commit --fixup combined with rebase --autosquash automatically folds minor fix commits into their target commits — no manual squashing needed. This guide covers how to use this combo in a real workflow to keep your Git history clean and tidy before merging a PR.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Managing /etc Configuration with etckeeper: A Safety Net for Every SysAdmin

Posted by By admin June 10, 2026
Stop worrying about misconfiguring system files. Learn how to use etckeeper to manage /etc with Git, allowing you to track history and restore Linux configurations in seconds.
Read More

Posts pagination

1 2 3 … 6 Next page
Copyright 2026 — ITFROMZERO. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top