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

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

Clean Up Your Git Log with .mailmap: How to Standardize Author Names and Emails

Posted by By admin September 7, 2026
Don't let your Git history get cluttered by duplicate emails. Learn how to use .mailmap to standardize author names safely and professionally.
Read More
Git tutorial - IT technology blog
Posted inGit

Eliminate “Junk” Code and Standardize Commits with the Husky & lint-staged Duo

Posted by By admin September 6, 2026
Eliminate junk code and standardize Git history with Husky, lint-staged, and commitlint. A detailed guide on automating code check workflows for JavaScript/TypeScript projects.
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

Repository Rescue: Mastering git fsck to Recover Code and Fix Data Errors

Posted by By admin September 2, 2026
A detailed guide on using git fsck to check data integrity, find deleted commits, and handle Corrupt Object errors in real-world Git scenarios.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering Jujutsu (jj): A Safer and Smarter Version Control System than Git

Posted by By admin September 1, 2026
Jujutsu (jj) is a next-generation Git-compatible version control system that eliminates the staging area, supports an Operations Log for easy undos, and handles conflicts flexibly.
Read More
Git tutorial - IT technology blog
Posted inGit

Deploy Code to VPS in 30 Seconds with Git Bare Repository

Posted by By admin August 30, 2026
Forget manual FTP uploads. With just 5 minutes of Git Bare Repository setup, you can instantly deploy your application to a VPS using a single git push command.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering Git on JetBrains IDEs: Saying Goodbye to CLI, Handling Conflicts, and Rebasing at Lightning Speed

Posted by By admin August 28, 2026
Forget the fear of typing the wrong Git CLI commands. Learn how to leverage JetBrains IDEs to manage branches, Cherry-pick, and handle Conflicts more visually, safely, and professionally.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering git send-email: A Professional Guide to Getting Started with the Linux Kernel and Open Source

Posted by By admin August 27, 2026
Learn how to use git send-email to contribute code professionally to the Linux Kernel and major open-source projects. Includes SMTP setup, commit message standards, and patch series management.
Read More
Git tutorial - IT technology blog
Posted inGit

git range-diff: The Secret to Precise Code Inspection After Rebase

Posted by By admin August 26, 2026
Rebase is a powerful technique but can lead to code loss during conflict resolution. Using git range-diff allows you to accurately compare commit differences before and after changes, ensuring absolute project safety.
Read More

Posts pagination

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