Skip to content

Instantly share code, notes, and snippets.

@9to6
Created August 10, 2018 02:58
Show Gist options
  • Save 9to6/219c0dcb6fadd6e11933617ef171fe78 to your computer and use it in GitHub Desktop.
Save 9to6/219c0dcb6fadd6e11933617ef171fe78 to your computer and use it in GitHub Desktop.
git useful commnad list.

The command to revert files what you removed on local at the Git.

git ls-files -d | xargs git checkout --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment