-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
40 lines (39 loc) · 1.31 KB
/
gitconfig
File metadata and controls
40 lines (39 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
user = Eamon Donovan
email = ohmygodtheskyisfalling@gmail.com
name = Eamon Donovan
[credential]
helper = store
[alias]
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
# lgm = log --first-parent master --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lgm = log --first-parent master --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=iso
lgr = log --first-parent feature/bulk_learners --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=iso
fileHist = log -p --follow
co = checkout
reflogg = reflog --date=iso
[color]
ui = true
# [color]
# branch = auto
# diff = auto
# status = auto
# [color "branch"]
# current = yellow reverse
# local = yellow
# remote = green
# [color "diff"]
# meta = yellow bold
# frag = magenta bold
# old = red bold
# new = green bold
# [color "status"]
# added = yellow
# changed = green
# untracked = cyan
# [apply]
# whitespace = warn
[pull]
ff = only