This commit is contained in:
Ray Elliott 2020-08-09 13:57:19 +01:00
parent e4b7f615fa
commit c4d79fc1a0
1 changed files with 7 additions and 1 deletions

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/`