This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# alias_mlgit.ang | |
# Componente de configuración del script mlgit | |
# | |
# Autor: | |
# dsalinas | |
# | |
# Uso: | |
# agregar contenido al archivo ~/.gitconfig, | |
# de contar con algunos, agregar solo la diferencia |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
# add files | |
aa = add . | |
ad = add | |
# on initial commits $fn | |
rcf = rm --cached | |
# to discard changes $fn | |
cof = checkout -- |