Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 203 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 203 Bytes

git config --local core.worktree $HOME

Some commands migth require: --git-dir=$PWD --work-tree=$HOME

Aliasing might be used:

echo "alias gitd='git --git-dir=$PWD --work-tree=$HOME'" >> ~/.zshrc