Skip to content
Snippets Groups Projects
Select Git revision
  • c6d1a82b1209572f41ce77d0ec4c3ef104671d7c
  • master default protected
  • 16.04
  • 14.04
4 results

dotgitconfig

Blame
  • dotgitconfig 348 B
    [user]
        name = Walmes Zeviani
        email = walmes@ufpr.br
    [merge]
        tool = meld
    [alias]
        st = status
        cm = commit
        cc = checkout
        br = branch
        ft = fetch
        pl = pull
        ps = push
        lg = log --graph --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %C(bold blue)%an%Creset %Cgreen%ad%Creset %s' --abbrev-commit --date=short