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

Mastering git add -p: The Secret to Splitting Commits for a Squeaky Clean Git History

Posted by By admin June 15, 2026
Learn how to use git add -p to split changes into multiple separate commits. This technique keeps Git history clean, makes reviews easier, and improves professional logic management.
Read More
Git tutorial - IT technology blog
Posted inGit

git commit –fixup and rebase –autosquash: Automatically Clean Up Commit History Without Manual Squashing

Posted by By admin June 13, 2026
git commit --fixup combined with rebase --autosquash automatically folds minor fix commits into their target commits — no manual squashing needed. This guide covers how to use this combo in a real workflow to keep your Git history clean and tidy before merging a PR.
Read More
Git tutorial - IT technology blog
Posted inGit

Signing Git Commits with SSH Keys: The Fastest Way to Get the “Verified” Badge

Posted by By admin June 10, 2026
Forget GPG; you can now sign Git commits lightning-fast using SSH keys. Here is a detailed guide to getting that 'Verified' badge on GitHub with simple steps.
Read More
Git tutorial - IT technology blog
Posted inGit

Lightning Fast Git Commit Cleanup with git-absorb: Automating ‘fixup’ over Manual Rebase

Posted by By admin June 8, 2026
Forget manual interactive rebasing! Learn how to use git-absorb to automatically create smart fixup commits and clean up your Git history in seconds.
Read More
Git tutorial - IT technology blog
Posted inGit

Automating Versioning & CHANGELOG: Hands-free with Semantic-release

Posted by By admin June 7, 2026
Learn how to fully automate version numbering and CHANGELOG generation with Semantic-release. Save 20 minutes per release and professionalize your CI/CD pipeline.
Read More
Git tutorial - IT technology blog
Posted inGit

Stop Manual Versioning! Automate Your Version Strings with git describe

Posted by By admin June 6, 2026
Forget manual versioning! Learn how to use git describe to automatically generate professional version strings from commit history, making your CI/CD workflow more accurate and effortless.
Read More
Git tutorial - IT technology blog
Posted inGit

GitHub CLI (gh): The ‘Secret Weapon’ for Managing PRs and Issues Directly in the Terminal

Posted by By admin June 5, 2026
Don't let switching between the Terminal and browser break your focus. Discover how GitHub CLI (gh) helps you manage Pull Requests, Issues, and Releases more professionally right from the command line.
Read More
Git tutorial - IT technology blog
Posted inGit

Understanding Your Project via Git Shortlog and Analytics Tools: Don’t Let Commits Deceive You

Posted by By admin June 1, 2026
Don't let your project fall into "information blindness." A guide on using git shortlog, git effort, and analytics tools to analyze team contributions and identify "hotspots" needing refactoring.
Read More
Git tutorial - IT technology blog
Posted inGit

Forking Workflow: The ‘Survival’ Guide for Large Teams and Open Source

Posted by By admin May 31, 2026
Master the Forking Workflow for professional collaboration in large teams and Open Source projects. Real-world insights on avoiding conflicts and efficient Git management.
Read More
Git tutorial - IT technology blog
Posted inGit

Don’t Let ‘Cable Breaks’ Disrupt Your Progress: A Guide to Automated Repository Mirroring from GitHub to GitLab and Bitbucket

Posted by By admin May 30, 2026
Learn how to automate source code synchronization between GitHub, GitLab, and Bitbucket. Secure your data, avoid downtime risks, and optimize dev team workflows.
Read More

Posts pagination

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