Snipt is your collection of frequently used commands or code snippets.

Because even Subversion gurus forget the 'svn merge' syntax sometimes.

Browse all public snipts

or search all public snipts »

So, what exactly is Snipt good for?

It's good for storing small pieces of code or commands that you use rather frequently, and will probably forget.

  • GRANT ALL PRIVILEGES ON my_database.* 
    TO 'my_user'@'localhost'
    IDENTIFIED BY 'my_password' 
    WITH GRANT OPTION;