Skip to content

Instantly share code, notes, and snippets.

@tot0rokr
Last active August 18, 2023 01:11
Show Gist options
  • Save tot0rokr/48b7314bed1e3552ff947142fb319713 to your computer and use it in GitHub Desktop.
Save tot0rokr/48b7314bed1e3552ff947142fb319713 to your computer and use it in GitHub Desktop.
[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 = tot0roprog@gmail.com
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