Skip to content

shcheklein/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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