# install git dotfiles (or any other ones) in $HOME
stow -v git
# remove them from $HOME
stow -v git -D
```
Target (`-t`) defaults to the parent of `pwd`, so if you clone this repo not in `$HOME` then you MUST explicitly provide `-t ~` or `-t $HOME` every time.