Last active
January 12, 2025 09:55
-
-
Save volviq/3b3804b427f80aecb6d684e44dfdd756 to your computer and use it in GitHub Desktop.
gitconfig
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 characters
[alias] | |
cu = !git add -u && git commit | |
[core] | |
editor = vim | |
[diff] | |
tool = meld |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment