Category Archives: open source

How to work with Git submodules and Git for Mac

As much as I love the new Github app (1.1.7) for Mac, it doesn’t work with submodules. This has been confirmed by Github’s tech support.

Hopefully they will graciously solve that problem soon. Until then, here is the workaround.

Also posted in developer tools, programming, web programming | Tagged , , , , | Leave a comment

The best solution to this warning: Giving a path to render :action is deprecated.

I for one welcome this change and deprecation warning.

Also posted in programming, Ruby programming, web programming | Tagged , , , , , , | Leave a comment

Por qué deberías usar `git pull –rebase` en vez de `git pull` solo

git-merge nos genera un commit con todos los cambios entre el branch local y el branch que estamos bajando.

Also posted in developer tools, programming | Tagged , , , , | Leave a comment