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

Git: Distinguishing ^ and ~ to Never Reset the Wrong Branch

Posted by By admin September 16, 2026
A detailed comparison of the ^ and ~ symbols in Git. Learn how to use Ancestry References to accurately identify parent commits during Rebase and Reset operations.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Secret Scanning: How to Use TruffleHog to Find API Key Leaks in Commit History

Posted by By admin September 12, 2026
Detect and handle leaked API keys in Git history using TruffleHog. A detailed guide on deep scanning, secret verification, and setting up pre-commit hooks for source code security.
Read More
Git tutorial - IT technology blog
Posted inGit

Using DVC with Git: Don’t Let a 10GB Dataset “Break” Your Repo

Posted by By admin September 12, 2026
Don't let big data slow down your project. Learn how to combine DVC and Git to manage Datasets and Models professionally, keeping your Repo lightweight and versioning easy.
Read More
Git tutorial - IT technology blog
Posted inGit

Standardizing Commit Messages with Commitizen: Saying Goodbye to ‘fix bug’, ‘done’, and Automating CHANGELOGs

Posted by By admin September 11, 2026
A guide to using Commitizen (cz-cli) to standardize commit messages according to Conventional Commits. Keep your Git log clean and automate professional CHANGELOG generation.
Read More
Git tutorial - IT technology blog
Posted inGit

Goodbye Husky: Why I Switched to Lefthook for Git Hooks Management

Posted by By admin September 11, 2026
Switching from Husky to Lefthook makes Git Hooks management 5x faster thanks to parallel execution. An optimal solution for multi-language projects and monorepos.
Read More
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
Security tutorial - IT technology blog
Posted inSecurity

Ansible Vault: Encrypting Secrets in Playbooks and Storing Them Safely in Git

Posted by By admin September 4, 2026
Hardcoding secrets in your Ansible Playbook and committing them to Git is the fastest way to lose a server. This article compares 4 approaches to managing secrets in Ansible — from env vars to HashiCorp Vault — and walks through implementing Ansible Vault step by step: the built-in, free solution that's secure enough for most teams.
Read More

Posts pagination

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