Skip to content

Instantly share code, notes, and snippets.

@shinux
Created March 26, 2016 06:28
Show Gist options
  • Save shinux/3cd5f68b426cd70f3a08 to your computer and use it in GitHub Desktop.
Save shinux/3cd5f68b426cd70f3a08 to your computer and use it in GitHub Desktop.
check out all git type change of symlink file
git status | grep typechange | awk '{print $2}' | xargs git checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment