Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

August 25 2010

Git Extras: Helpful tools for Git

The Changelog - Open Source moves fast. Keep up.

Git Extras: Helpful tools for Git:

If you’ve ever been working heavily on a project that uses git, you’d know, that sometimes it’s good to have a few extras to help you out, and that’s what TJ Holowaychuk’s recent project git-extras provides!

Currently git-extras includes:

  • git summary
  • git changelog
  • git commits-since
  • git count
  • git delete-branch
  • git delete-tag
  • git ignore
  • git release
  • git contrib
  • git repl

Most...