Last active
August 18, 2023 01:11
-
-
Save tot0rokr/48b7314bed1e3552ff947142fb319713 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
[credential] | |
helper = store | |
[core] | |
editor = vim | |
[color] | |
ui = auto | |
[alias] | |
st = status | |
co = checkout | |
br = branch | |
rb = rebase | |
cm = commit | |
sw = switch | |
lg = log --graph --abbrev-commit --decorate --format=format:'%C(cyan)%h%C(reset) - %C(green)(%ar)%C(reset) %C(white)%s%C(reset) %C(blue)- %an%C(reset)%C(yellow)%d%C(reset)' | |
conflicted = !vim +Conflicted | |
[user] | |
email = [email protected] | |
name = TOT0Ro | |
[diff] | |
tool = vimdiff | |
[difftool] | |
prompt = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment