kuhree.com

Home

❯

Sources

❯

git

git

Feb 20, 20261 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

Created with Quartz v4.5.2 © 2026

  • Github
  • Website
  • Source