-
Notifications
You must be signed in to change notification settings - Fork 2
Christopher Dunn edited this page Nov 16, 2016
·
4 revisions
Use this alias:
git config --global alias.cleanx 'clean -x -e .git-sym'
Add a post-checkout script as .git/hooks/post-checkout
:
#!/bin/sh
exec git sym -v update
Because you have core.symlinks = false
in your ~/.gitconfig
Possibly you deleted a symlink that git-sym was tracking. Try
# After you are sure that you do not need any uncommitted files,
git reset --hard