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

version control

Git tutorial - IT technology blog
Posted inGit

Migrating SVN to Git with git-svn: Preserving Commit History and Branches for Legacy Projects

Posted by By admin September 8, 2026
A guide to migrating SVN repositories to Git using git-svn, preserving the full commit history, branches, and tags. Covers the complete real-world process: installation, author mapping, SVN cloning, converting branches and tags, pushing to a remote Git repo, and handling common issues.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Refspec: The Navigation ‘Map’ to Mastering Fetch and Push

Posted by By admin September 6, 2026
Git Refspec is the hidden 'map' that gives you detailed control over branch synchronization. Learn to customize Refspec to fetch PRs faster and optimize bandwidth for large projects.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Fetch vs. Git Pull: Don’t Let ‘Merge Commits’ Ruin Your Project History

Posted by By admin August 23, 2026
Don't let 'git pull' clutter your project. Learn how to use git fetch, rebase, and safe code update workflows to keep your commit history clean and professional.
Read More
Git tutorial - IT technology blog
Posted inGit

Fixing Git History with git replace: How to Save Your Repo Without Changing Commit Hashes

Posted by By admin August 9, 2026
Learn how to use git replace to fix old commits or remove large files without changing commit hashes, protecting your repo and preventing team conflicts.
Read More
Git tutorial - IT technology blog
Posted inGit

Advanced git log: Filter Commits by Author, Time, and File — Visualize Branches with –graph –pretty

Posted by By admin July 10, 2026
A practical guide to advanced git log: filter commits by author, time, and code content with -S/-G, visualize branches with --graph --pretty, and automate sprint reports for your team. All from real production experience.
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

Mastering Git LFS: Handling Huge Files in Professional Repositories

Posted by By admin May 21, 2026
Don't let your repository slow down due to heavy files. Here is a detailed guide on installing Git LFS, migrating old repos, and File Locking tips for graphics and game dev teams.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Merge Strategies: Octopus, Ours, Theirs — Using the Right Strategy to Escape Merge Hell

Posted by By admin May 20, 2026
A practical guide to Git merge strategies: Octopus for merging multiple branches at once, Ours for closing a branch without taking its code, and Theirs for auto-resolving conflicts. When to use each one and how to avoid the most common mistakes.
Read More
Git tutorial - IT technology blog
Posted inGit

Attaching Metadata to Commits with Git Notes: Keeping History 100% Clean

Posted by By admin May 7, 2026
Don't use git commit --amend if you want to avoid breaking your team's Git history. Use Git Notes to professionally and safely attach Jira IDs and CI/CD logs.
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