Skip to content
Snippets Groups Projects
Commit 0efc1c76 authored by Maxime Veber's avatar Maxime Veber
Browse files

Added new git config

parents
Branches
No related tags found
No related merge requests found
[user]
name = Nek (Maxime Veber)
email = nek.dev@gmail.com
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue<%an>%Creset' --abbrev-commit --date=relative --all
st = status
last = git log -1 --stat
ci = commit
cl = clone
cp = cherry-pick
br = branch
co = checkout
[push]
default = simple
[core]
excludesfile = ~/.gitignore
editor = vim
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment