git signing addition (on cube, will need to sort for other machines)

This commit is contained in:
2025-07-17 11:26:10 +01:00
parent 5849834c39
commit 42c1082af7
5 changed files with 609 additions and 26 deletions
+8 -16
View File
@@ -26,25 +26,17 @@ setopt inc_append_history
setopt share_history
setopt histignorealldups
# Alias: general
alias ..='cd ..'
alias la='ls -la'
# Aliases: git
alias ga='git add'
alias gap='ga --patch'
alias gb='git branch'
alias gba='gb --all'
alias gc='git commit'
alias gca='gc --amend --no-edit'
alias gce='gc --amend'
alias gco='git checkout'
alias gcl='git clone --recursive'
alias gd='git diff'
alias gds='gd --staged'
alias gi='git init'
alias gcm='git checkout main'
alias gl='git log --graph --all --pretty=format:"%C(magenta)%h %C(white) %an %ar%C(blue) %D%n%s%n"'
alias gm='git merge'
alias gn='git checkout -b' # new branch
alias gp='git push'
alias gr='git reset'
alias gs='git status --short'
alias gu='git pull'
alias gnew='git checkout -b' # new branch
# Alias: neovim
fastfetch