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

Setting up CODEOWNERS: Ending Stale PRs and Incorrect Reviewers

Posted by By admin June 19, 2026
Forget about manually tagging everyone for code reviews. With CODEOWNERS, GitHub/GitLab automatically assigns the right people to the right tasks, making your PRs faster and safer.
Read More
Git tutorial - IT technology blog
Posted inGit

Pre-commit Framework Setup Guide: Automatically Check Code Style and Lint Before Every Commit

Posted by By admin June 17, 2026
Pre-commit Framework automatically runs linting, formatting, and code style checks right before every commit — catching errors early and reducing code review overhead. This guide covers installation, configuration for Python and JavaScript, CI/CD integration, and practical tips for running it in a real team.
Read More
Git tutorial - IT technology blog
Posted inGit

Git Rebase –onto: Mastering Professional Git History Surgery

Posted by By admin June 17, 2026
Learn how to use git rebase --onto to move feature branches, remove sensitive commits, and optimize Git history like a Senior Developer.
Read More
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

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