Last active
June 26, 2023 11:20
-
-
Save Zash/0e282168ea70b72106fa8b420e1a4834 to your computer and use it in GitHub Desktop.
git config, aliases etc
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
[pull] | |
ff = only | |
[commit] | |
verbose = true | |
[alias] | |
amend = commit --amend --no-edit | |
ci = commit | |
co = checkout | |
each = submodule foreach git | |
fa = fetch --all -p | |
up = switch | |
l = log --oneline --graph --decorate | |
la = log --oneline --graph --decorate --all | |
s = status -s | |
serve = daemon --reuseaddr --base-path=. --export-all --verbose | |
sdiff = diff --staged | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment