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

tig Guide: A Visual Terminal UI for Git to Browse Commits, Stage Line by Line, and Fix Merge Conflicts

Posted by By admin July 7, 2026
tig is a Terminal UI for Git that lets you browse commit history, stage individual lines of changes, and resolve merge conflicts visually — all without leaving the terminal. A guide to installation, essential keyboard shortcuts, and a practical workflow for integrating tig into your daily development routine.
Read More
Git tutorial - IT technology blog
Posted inGit

Managing Dotfiles with Git Bare: The “Pro” Way to Sync Linux/macOS Workspaces

Posted by By admin July 6, 2026
Managing dotfiles with Git Bare Repository is the ultimate solution to sync zsh, vim, and tmux lightning-fast without cluttering your Home directory with symlinks.
Read More
Git tutorial - IT technology blog
Posted inGit

Automatically Syncing a Fork with Upstream on GitHub: Keep Your Project Always Up to Date

Posted by By admin July 3, 2026
An unsynced fork is a recipe for a pile of conflicts when opening a PR. This article compares 3 ways to sync a fork with upstream — GitHub UI, Git CLI, and automated GitHub Actions — analyzing the pros and cons of each approach and guiding you through smart conflict resolution to keep your fork always up to date.
Read More
Git tutorial - IT technology blog
Posted inGit

Configuring Branch Protection Rules on GitHub and GitLab: Protecting the Main Branch from Bypassed Code Reviews

Posted by By admin July 3, 2026
How to configure Branch Protection Rules on GitHub and GitLab: require code reviews before merging, block force pushes, and protect the main branch from unreviewed changes in team projects.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering git format-patch and git am: A Professional Email-Based Code Submission Workflow

Posted by By admin July 2, 2026
Forget Pull Requests; this is how Linux Kernel experts share code. Learn the professional workflow of using git format-patch and git am to send patches via email.
Read More
Git tutorial - IT technology blog
Posted inGit

Secure Git Credentials Management on Linux with Git Credential Manager and libsecret: Auto-save GitHub/GitLab Tokens

Posted by By admin June 26, 2026
Compare four methods for storing Git credentials on Linux: store, cache, libsecret, and Git Credential Manager. Practical setup guide based on six months of real-world experience — choose the right approach for your desktop or server environment.
Read More
Git tutorial - IT technology blog
Posted inGit

How to Set Up a Self-Hosted Git Bare Repository on Linux via SSH: Share Code in Small Teams Without Gitea or GitHub

Posted by By admin June 25, 2026
Self-host a Git server in 10 minutes using a bare repository over SSH — no Gitea, no GitHub, no extra software required. Perfect for small teams of 2–5 people who want secure, simple, low-maintenance internal code sharing.
Read More
Git tutorial - IT technology blog
Posted inGit

Mastering git restore and git switch: The Modern Git Replacements for git checkout

Posted by By admin June 24, 2026
git switch and git restore split git checkout into two separate commands — each doing exactly one thing. Since Git 2.23, the workflow is clearer, less error-prone, and especially beneficial for team collaboration.
Read More
Git tutorial - IT technology blog
Posted inGit

Upgrade Git Diff with Delta: Side-by-Side View and Beautiful Highlighting

Posted by By admin June 24, 2026
Tired of the default Git diff interface? Upgrade to Delta for side-by-side code viewing, syntax highlighting, and a professional interface right in your Terminal.
Read More
Git tutorial - IT technology blog
Posted inGit

Configuring .git-blame-ignore-revs: Don’t Let Prettier “Steal Credit” from Your Colleagues

Posted by By admin June 22, 2026
Stop letting formatting commits clutter your code history. Learn how to configure .git-blame-ignore-revs to find the logic author in seconds.
Read More

Posts pagination

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