HowFlow

Code Tricks   RSS Feed


http://google-opensource.blogspot.com/2008/05/export-git-project-to-google-code.html
blogspot.com Google Code can act as a stable read-only Subversion mirror of a Git project. Basically it works like a backup of your Git repository. In this model, patches are first applied to the central Git repository and exported to Google Code later.

Share it!   Posted by Avatar flood 7 months ago

http://www.vim.org/scripts/script.php?script_id=1879
vim.org Normally you can write a part of a function or similar and press CTRL+N or CTRL+P and you get a list of functions etc. they are used in your source. With the autocomplpop.vim plugin the popup comes automatically without pressing CTRL+N/P and there are a few supported languages. You can also get a list of "all" supported functions etc from your language. For more information see the pl...

Share it!   Posted by Avatar idl0r 8 months ago