We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf0800 commit a75b47fCopy full SHA for a75b47f
2 files changed
AGENTS.md
@@ -0,0 +1,4 @@
1
+# Dotfiles Repo
2
+
3
+- This is a personal dotfiles repo organized into separate packages under `packages/`.
4
+- Check the relevant package directory for more detailed guidance before making package-specific changes.
packages/git/AGENTS.md
@@ -0,0 +1,7 @@
+# Git Package
+- This package contains personal Git configuration shared across many machines.
+- `config`, `ignore`, and `attributes` are symlinked into `$HOME/.config/git/`.
5
+- Machine-local Git config is included from `$HOME/.gitconfig.local`.
6
+- Put simple shared aliases in `config` under `[alias]`.
7
+- Put complicated Git commands in `bin/git-*` scripts so Git exposes them as subcommands, e.g. `bin/git-pu` for `git pu`.
0 commit comments