From 64f85cf678dd781d2023ef7e150add5821a13874 Mon Sep 17 00:00:00 2001 From: morthimer Date: Fri, 28 Jun 2024 01:44:51 +0200 Subject: [PATCH] Update dotfiles/.gitconfig --- dotfiles/.gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig index f3c5cd3..63addfb 100644 --- a/dotfiles/.gitconfig +++ b/dotfiles/.gitconfig @@ -1,13 +1,15 @@ [alias] co = checkout - br = branch ci = commit + br = branch st = status pl = pull plo = pull origin ph = push pho = push origin - df = diff + fp = fetch --prune + rb = rebase + di = diff unstage = reset --soft HEAD^ lg = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short unci = reset HEAD~1 --mixed