Skip to content

Instantly share code, notes, and snippets.

@ndbroadbent
ndbroadbent / gist:7575592
Last active May 22, 2024 17:11
SCM Breeze git aliases
GFORCE => git add -A && git commit --amend -C HEAD && git push -f
c => git_index
cbg => git rev-parse --verify HEAD | simple_clipboard
g => git
ga => git_add_shortcuts
gaa => git add -A
gap => git add -p
gash => git stash
gasha => git stash apply
gashl => git stash list