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

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
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 Stash: A Quick Solution When Urgent Issues Interrupt Unfinished Work

Posted by By admin March 12, 2026
Deep in coding, but your boss calls with an urgent production bug? Git stash is the tool to temporarily save your work without committing, keeping your branch clean to handle emergencies. This article provides a detailed guide on using git stash, from basic to advanced commands, helping you master this essential tool.
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