Skip to content

Instantly share code, notes, and snippets.

@ldrahnik
Last active May 2, 2019 11:40
Show Gist options
  • Save ldrahnik/f2124d2ff1b130bd14f53834ec0b398b to your computer and use it in GitHub Desktop.
Save ldrahnik/f2124d2ff1b130bd14f53834ec0b398b to your computer and use it in GitHub Desktop.
.gitconfig
[core]
excludesfile = ~/.gitignore_global
hooksPath = ~/.git_templates/
[alias]
ll = log --pretty=format:\"%Cgreen%h%Creset %ad %C(cyan)%an%Creset - %s%C(red)%d%Creset\" --graph --date=short --all
l = log --pretty=format:\"%Cgreen%h%Creset %ad %C(cyan)%an%Creset - %s%C(red)%d%Creset\" --graph --date=short
cc = commit -a -s -m
c = commit -s -m
s = status
workprofile = config user.email "ldrahnik@gmail.com"
[push]
default = current
[user]
email = ldrahnik@gmail.com
name = Lukáš Drahník
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment