Last active
May 10, 2024 18:56
-
-
Save cfryanr/153e167a1f2c20934fbc4dc32bbec8f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
# pager = delta | |
[interactive] | |
# diffFilter = delta --color-only | |
[delta] | |
side-by-side = true | |
#syntax-theme = Dracula | |
[user] | |
name = Ryan Richard | |
email = [email protected] | |
[alias] | |
st = status | |
di = diff | |
ds = diff | |
co = checkout | |
br = branch | |
sta = stash | |
llog = log --date=local | |
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 | |
lol = log --graph --decorate --oneline | |
lola = log --graph --decorate --oneline --all | |
blog = log origin/master... --left-right | |
fixup = commit | |
squash = commit | |
rum = rebase master@{u} | |
unstage = reset | |
ci = duet-commit | |
dci = duet-commit | |
drv = duet-revert | |
dmg = duet-merge | |
drb = rebase -i --exec 'git duet-commit --amend --reset-author' | |
commit = duet-commit | |
revert = duet-revert | |
merge = duet-merge | |
[pull] | |
rebase = false | |
[init] | |
defaultBranch = main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment