summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2024-05-18 20:14:04 +0200
committerkkard2 <[email protected]>2024-05-18 20:14:04 +0200
commit1bd85ad67921de8e1fff7cbee219fd349fb98b25 (patch)
treec0899c3bd9b54a2eb0f6c780ee3a5734cfad454e
parenteab6633f6e2b4bdc9cc63d44d0da3bc82811f61e (diff)
gitconfig
-rw-r--r--global_gitconfig25
1 files changed, 13 insertions, 12 deletions
diff --git a/global_gitconfig b/global_gitconfig
index 6741a56..7965dcb 100644
--- a/global_gitconfig
+++ b/global_gitconfig
@@ -1,14 +1,15 @@
[fetch]
- prune = true
+ prune = true
[alias]
- lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -15
- bl = branch -v -a
- st = status -sb
- bd = branch -d
- cb = checkout -b
- check = checkout
- sw = switch
- cm = commit -m
- al = config --get-regexp alias
- pushup = push --set-upstream origin
- rem = restore --staged
+ lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -15
+ bl = branch -v -a
+ st = status -sb
+ bd = branch -d
+ cb = checkout -b
+ check = checkout
+ sw = switch
+ cm = commit -m
+ al = config --get-regexp alias
+ pushup = push --set-upstream origin
+ rem = restore --staged
+ pa = !git remote | xargs -L1 git push --all