commit d8fc7d3ead3f6d4fbe8b1ecee89f9570c13fae6c parent abc373e66b89437a808546232fbdf81fda21b7ca Author: fjbalon <fjbalon@templier.es> Date: Wed, 22 Jul 2026 16:38:17 +0200 Añadido archivo de configuración de usuario de git Diffstat:
| A | .gitconfig | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig @@ -0,0 +1,7 @@ +[user] + name = fjbalon + email = fjbalon@templier.es +[init] + defaultBranch = master +[core] + editor = vi