update
This commit is contained in:
parent
e4b7f615fa
commit
c4d79fc1a0
|
@ -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/`
|
||||||
|
|
Loading…
Reference in New Issue