Pasar al contenido principal

Alias útiles para git:

Añadir en .gitconfig de tu $HOME

[alias]
	co = checkout
	ci = commit
	st = status
        br = branch
	hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short 
        type = cat-file -t
	dump = cat-file -p

 

Git
Config
Image
Jorge Tutor

Jorge Tutor

CIO