Post current buffer to gist, using default privacy option
:Gist
Edit the gist ( must open it first )
:Gist -e
At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)
Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.
GitHub supports several lightweight markup languages for documentation; the most popular ones (generally, not just at GitHub) are Markdown and reStructuredText. Markdown is sometimes considered easier to use, and is often preferred when the purpose is simply to generate HTML. On the other hand, reStructuredText is more extensible and powerful, with native support (not just embedded HTML) for tables, as well as things like automatic generation of tables of contents.
| OBJ = genload.o | |
| BINS = genload | |
| CC=g++ | |
| OPTIMIZATION?=-O3 | |
| CFLAGS?=$(OPTIMIZATION) $(ARCH) $(PROF) -I ../hiredis | |
| CCLINK?=-pthread | |
| LDFLAGS?=-L../hiredis -lhiredis -lm | |
| OBJ = example.o |
| ### Instructions source http://tumblr.intranation.com/post/766290743/using-dropbox-git-repository #### | |
| -- make empty repo on dropbox: | |
| cd ~/Dropbox/RipeApps/Git | |
| mkdir -p newname.git | |
| cd !$ | |
| git --bare init | |
| -- push your junk into it | |
| cd ~/Projects/myrepo |
| #everyone loves a __init__ file |