This commit is contained in:
Ray Elliott 2020-08-09 13:57:19 +01:00
commit c4d79fc1a0

View file

@ -1,5 +1,11 @@
Tracks files in /usr/local/bin Tracks files in `/usr/local/bin`
Initialised with: Initialised with:
```sh
git --git-dir=/home/ray/.config/bin --work-tree=/usr/local/bin init git --git-dir=/home/ray/.config/bin --work-tree=/usr/local/bin init
```
Do not perform git commands in `/usr/local/bin/`.
Instead, perform git commands in `~/.config/bin/`