Entradas de la Categoría ‘git’
Git: Automated branch name in commit messages
En: git
13 feb 2013There are two hooks that maybe we will be interested to work in: prepare-commit-msg and commit-msg. In the Git directory, there is a “hooks” directory where you have to create the scripts that you want to execute in the hooks.
- Sin comentarios
- Tags: git, hooks
Git: vincular rama con repositorio remoto
En: git
26 abr 2012A veces, se crea una rama en local y se sube a un repositorio remoto, pero no se crea el vínculo en el fichero .git/config. Cuando se hace git pull, se muestra un mensaje como el siguiente: [use@localhost project]$ git pull You asked me to pull without telling me which branch you want to merge [...]
- Sin comentarios
- Tags: git
