kuhree.com

Recently

  • restic-backups

    Apr 26, 2025

  • resume

    Feb 09, 2025

  • index

    Feb 09, 2025

  • 2025-tools

    Jan 24, 2025

  • nix-darwin

    Jan 22, 2025

Home

❯

notes

❯

git

Git

Nov 19, 20241 min read

  • tools/git

up:: jump:: down:: github, git-aliases


Git (/ɡɪt/) is a distributed version control system: tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.

  • Git - Wikipedia

Config files

  • ~/gitconfig
  • $XDG_CONFIG_HOME/git/config *my preference
  • .git/config of your current repo

Git Aliases are particularly useful


Graph View

  • tools/git

Created with Quartz v4.5.0 © 2025

  • GitHub
  • Website