-
-
Save benjaminapetersen/e02974705059f3ba47dba42d2ab6aadf to your computer and use it in GitHub Desktop.
Revisions
-
benjaminapetersen revised this gist
Oct 2, 2024 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -9,8 +9,8 @@ #syntax-theme = Dracula [user] name = Benjamin A. Petersen email = [email protected] [alias] st = status -
cfryanr revised this gist
Apr 22, 2024 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ [core] # pager = delta [interactive] # diffFilter = delta --color-only [delta] side-by-side = true @@ -39,4 +39,7 @@ merge = duet-merge [pull] rebase = false [init] defaultBranch = main -
cfryanr created this gist
Apr 26, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,42 @@ [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