2020-08-09 12:57:19 +00:00
|
|
|
Tracks files in `/usr/local/bin`
|
2020-04-21 15:50:59 +00:00
|
|
|
|
|
|
|
Initialised with:
|
|
|
|
|
2020-08-09 12:57:19 +00:00
|
|
|
```sh
|
2020-04-21 15:50:59 +00:00
|
|
|
git --git-dir=/home/ray/.config/bin --work-tree=/usr/local/bin init
|
2020-08-09 12:57:19 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Do not perform git commands in `/usr/local/bin/`.
|
|
|
|
|
|
|
|
Instead, perform git commands in `~/.config/bin/`
|