$ command line cheat sheets
Cheat Sheet Title: [ no_spaces_alphanumeric_only ]
Cheat Sheet:Homepage ======== http://github.com/evilchelu/braid/wikis/home Install braid ============= Requirements: git v. >= 1.6 sudo gem install braid Usage ===== Add a repository ---------------- braid add <git-url> <dir> where repos = git://github.com/foo.git dir = vendor/plugins/foo This will add the files and generate a commit. Update a repository ------------------- update a remote to the HEAD of the remote: braid update <dir> or to a specific commit: braid update <dir> -r <git-revision> It doesn't appear as though -r will take a git tag. Use the revision number which corresponds to the tag. Help ==== for general help: braid help for specific commands: braid help <command>
Your cheat sheet will be editable (fixable) by anyone. Each cheat sheet is essentially a wiki page. It may also be used by millions of people for reference purposes from the comfort of their command line. If this is okay with you, please save.