点文件
克隆: git clone --bare https://github.com/Jackojc/dots $HOME/.dotfiles/.git
签出: git --git-dir=$HOME/.dotfiles/.git --work-tree=$HOME checkout
忽略未跟踪的文件git --git-dir=$HOME/.dotfiles/.git --work-tree=$HOME config --local status.showUntrackedFiles no
设置默认推送远程git --git-dir=$HOME/.dotfiles/.git --work-tree=$HOME push --set-upstream origin master
评论0
最新资源