dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 61653f96ae1f1a05fbdc5f1ceeea22e0fbe9be67
parent 23995f8e9e6b006b4629af57b32e82c147b0f34c
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 26 Jan 2019 20:28:33 +0100

Git aliases


Former-commit-id: aa2beeca3d6256d0d62119f509804233a64183a2
Diffstat:
Mgit/gitconfig | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -9,6 +9,7 @@ fapr = fetch --all --prune b = branch br = branch --remote + ba = branch --all bv = branch -vv lg1 = 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)' --branches --remotes --tags --graph --oneline --decorate --author-date-order @@ -27,7 +28,7 @@ camende = commit --amend --no-edit cp = commit -p - ss = stash save + ss = stash push sp = stash pop sa = stash apply sd = stash drop