Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • Facebook

Git

Git tutorial - IT technology blog
Posted inGit

Git Filter-Repo: Permanently Remove Sensitive Data and Large Files from Repository History

Posted by By admin April 18, 2026
git-filter-repo is the officially recommended Git tool for permanently removing sensitive files, API keys, passwords, and large files from your entire repository history. This guide covers everything from installation and file removal to secret replacement, force pushing, and preventing future incidents.
Read More
Git tutorial - IT technology blog
Posted inGit

Gitea Installation: Build Your Own High-Performance, Low-Cost Git Server

Posted by By admin April 17, 2026
Gitea is the perfect high-performance, low-cost Git Server alternative to GitLab for low-spec VPS. This guide provides step-by-step instructions for Docker installation, Nginx configuration, and real-world tips for stable operation.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Interactive Rebase: How I Clean Up Messy Commit History Before Going to Production

Posted by By admin April 8, 2026
Git interactive rebase is a tool that helps you squash commits, edit messages, and clean up Git history effectively. Learn how to professionally tidy up code before merging into the main branch.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering Git Cherry-pick: How to ‘Pick’ Commits Precisely and Conflict Resolution Tips

Posted by By admin April 7, 2026
Master Git Cherry-pick to copy specific commits between branches. Learn usage, conflict resolution, and real-world tips to save developer time.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Submodule vs Git Subtree: Don’t Let Shared Libraries Become Your Project’s ‘Black Hole’

Posted by By admin April 7, 2026
Analyzing the pros and cons of Git Submodule and Git Subtree. A guide to managing shared libraries effectively, avoiding code conflicts, and optimizing developer workflows.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Sparse Checkout: The Ultimate Trick for Handling Gigabyte-Scale Monorepos

Posted by By admin April 1, 2026
Stop waiting for GB-sized Monorepo clones. Learn to use Git Sparse Checkout to download only the folders you need, saving space and speeding up your workflow.
Read More
Git tutorial - IT technology blog
Posted inGit

Managing Multiple GitHub and GitLab Accounts on the Same Machine with SSH Config

Posted by By admin March 31, 2026
Managing multiple GitHub and GitLab accounts on a single machine has never been easier with SSH config. This solution completely separates work and personal projects.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Rebase vs Merge: Don’t Let Your Commit History Look Like a Mess of Wires

Posted by By admin March 30, 2026
Distinguishing Git Rebase and Merge: When to merge branches and when to rewrite history? A guide to keeping commit history clean and safety tips for teamwork.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Reflog: The Ultimate Guide to ‘Resurrecting’ Deleted Commits and Branches

Posted by By admin March 29, 2026
Don't panic when you accidentally use git reset --hard. This guide will help you use Git reflog to recover deleted commits and branches in seconds with real-world examples.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Worktree: Work on Multiple Branches Simultaneously Without Stashing or Cloning

Posted by By admin March 29, 2026
Git Worktree lets you work on multiple branches simultaneously in separate directories, without needing to stash or clone the repo again. This guide covers the most practical real-world scenarios for using Git Worktree effectively in your daily workflow.
Read More

Posts pagination

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