Posts tagged with git (5)

Apr29 hunting bugs with git bisect and submodules post author

git bisect submodules | comments

You love git bisect to traverse your history running scripts and find where your code got broken, right? But then you find bisect is not aware of submodules don’t sweat it’s git in the end, you have the power.

Continue reading »

Nov11 emacs + git dealing with whitespaces in code post author

emacs git | comments

Your are a good coder citizen and leave no unneeded white spaces in the code, you know so that git diff shows only worthy changes. But you have to deal with other peoples code, and they are not always good citizens.

Continue reading »

Mar23 git: recovering deleted branch post author

git | comments

Have you ever overlooked and deleted a branch you did not wanted? I did today, but no wonder git is one of the best at its job.

Continue reading »

Jun18 Configurando el git post author

git e3 | comments

Git es el control de versiones que usa el Linux Kernel, con ese curriculum no es extraño que toda la comunidad Ruby este mudando sus repos a git (GitHub, Gitorius).

Continue reading »

Jun10 Instalando Merb y el Feather blog post author

merb nginx feather blog github rails performance | comments

Merb es un framework MVC superligero escrito en Ruby que esta atrayendo mucha atencion ultimamente por su alta performance que supera la de Rails, con el que tiene muchas similitudes. Muchas aplicaciones interesantes van apareciendo sobre Merb, un ejemplo es Feather que segun sus autores es “el blog mas simple que funciona”.

Continue reading »