all repos — nixfiles @ 3d6840199625a81cd5c86ed815909f48dd928d87

System and user configuration, managed by nix and home-manager

Git: initial configuration

Alan Pearce
commit

3d6840199625a81cd5c86ed815909f48dd928d87

parent

9499ba6479c2327f9dd5934d4363b7208d448e3d

1 file changed, 21 insertions(+), 0 deletions(-)

jump to
A gitconfig
@@ -0,0 +1,21 @@
+[user] + email = alan@alanpearce.co.uk +[color] + branch = auto + diff = auto + status = auto + ui = true +[push] + default = simple +[alias] + st = status -sb + ci = commit + br = branch + co = checkout + ready = rebase -i @{u} + lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' + standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author alan + purr = pull --rebase + ignored = ls-files --others -i --exclude-standard +[github] + user = alan@alanpearce.co.uk