Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 369 Bytes

.README.md

File metadata and controls

18 lines (13 loc) · 369 Bytes

.cfg

Setup

git init --bare $HOME/.cfg
alias gitc='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
gitc config --local status.showUntrackedFiles no

source

How to use

git clone --bare [email protected]:mathieux51/.cfg.git $HOME/.cfg
git --git-dir=$HOME/.cfg/ --work-tree=$HOME' checkout