Skip to content

Instantly share code, notes, and snippets.

@jarekb84
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save jarekb84/9302670 to your computer and use it in GitHub Desktop.

Select an option

Save jarekb84/9302670 to your computer and use it in GitHub Desktop.

Git

Deletes all tags in local repo (source)
git tag -l | xargs git tag -d

Compares local and remote repo in diff tool
git difftool --dir-diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment