Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
redterror committed Mar 4, 2022
1 parent d44f03a commit f67fdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitconfig.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pf = push --force-with-lease
# https://stackoverflow.com/questions/3161204/how-to-find-the-nearest-parent-of-a-git-branch
parent = "!git show-branch | grep '*' | grep -v \"$(git rev-parse --abbrev-ref HEAD)\" | head -n1 | sed 's/.*\\[\\(.*\\)\\].*/\\1/' | sed 's/[\\^~].*//' #"
https://stackoverflow.com/a/35075021/845546
# https://stackoverflow.com/a/35075021/845546
adog = log --all --decorate --oneline --graph
[color]
diff = auto
Expand Down

0 comments on commit f67fdb5

Please sign in to comment.