Skip to content

Instantly share code, notes, and snippets.

@fernandoPalaciosGit
Last active November 28, 2015 12:10
Show Gist options
  • Select an option

  • Save fernandoPalaciosGit/28b8ee5887587886f8d7 to your computer and use it in GitHub Desktop.

Select an option

Save fernandoPalaciosGit/28b8ee5887587886f8d7 to your computer and use it in GitHub Desktop.
Git configuration

[user]

  name = Fernando Palacios Landi
  email = fernandopalacioslandi@gmail.com

[color]

  diff = auto
  status = auto
  branch = auto
  interactive = auto
  ui = true
  pager = true

[alias]

	lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''          %C(white)%s%C(reset) %C(dim yellow)- %an%C(reset)' --all
	index = add --ignore-removal --all
	s = status --short --branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment