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

Version Management with Git Tag and SemVer: From Chaos to Professional Workflow

Posted by By admin April 30, 2026
Learn how to use Git Tag and Semantic Versioning to standardize your release process. A detailed guide on version management and CI/CD deployment automation.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Commit Template & Conventional Commits: Stop Turning Your Git History Into a Trash Heap

Posted by By admin April 27, 2026
No more meaningless 'update code' commits. Discover how to set up Git Commit Templates and Conventional Commits to clean up your history and automate Changelogs in 5 minutes.
Read More
Git tutorial - IT technology blog
Posted inGit

Cleaning your Repo with git clean: How to Safely and Professionally Remove Untracked Files

Posted by By admin April 26, 2026
Learn how to safely use git clean to remove untracked files and junk directories in Git. A detailed guide on -n, -f, and -fd commands for developers.
Read More
Git tutorial - IT technology blog
Posted inGit

Boost Productivity with Git Aliases: Don’t Let Typing Commands Slow You Down

Posted by By admin April 23, 2026
Type Git commands faster and more professionally with Git Aliases. This guide covers shortcut creation, complex shell commands, and essential tips to avoid project disasters.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering LF/CRLF Issues and Binary File Management with .gitattributes

Posted by By admin April 21, 2026
Don't let LF/CRLF line ending errors ruin your commit logs. Here's a guide to configuring .gitattributes to sync Windows and macOS environments while protecting binary files.
Read More
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
Security tutorial - IT technology blog
Posted inSecurity

Mastering SOPS for Secret Encryption: Stop API Key Leaks on Git

Posted by By admin April 10, 2026
Stop leaking API keys on Git! Here is a detailed guide on using Mozilla SOPS to encrypt secrets in YAML/JSON files with PGP. The ultimate security solution for Devs and DevOps.
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

Posts pagination

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