-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
40 lines (40 loc) · 1.13 KB
/
gitconfig
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
[alias]
blog = "log origin/main... --left-right"
br = branch
co = checkout
di = diff
drb = rebase -i --exec 'git duet-commit --amend --reset-author'
ds = "diff --staged"
fixup = "commit --fixup"
flog = "log --pretty=fuller --decorate"
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
llog = "log --date=local"
lol = "log --graph --decorate --oneline"
lola = "log --graph --decorate --oneline --all"
rum = "rebase main@{u}"
squash = "commit --squash"
st = status
sta = stash
su = submodule update --init --recursive
unstage = "reset HEAD"
[core]
editor = nvim
excludesfile = ~/.shared-gitignore
[url "[email protected]:"]
pushInsteadOf = https://gist.github.com/
pushInsteadOf = git://gist.github.com/
[url "[email protected]:"]
pushInsteadOf = https://github.com/
pushInsteadOf = git://github.com/
[push]
default = simple
recurseSubmodules = check
[submodule]
fetchJobs = 6
[diff]
compactionHeuristic = true
[status]
submoduleSummary = true
[user]
email = [email protected]
name = Rodolfo Sanchez