5 ms·
those are good. While they arent a single char I do like these a lot: gs='git status' gl='git pull' gcm='git commit -m' ga='git add -A' gp='git push'
by 0xJRS 5y ago
those are good.
While they arent a single char I do like these a lot:
gs='git status'
gl='git pull'
gcm='git commit -m'
ga='git add -A'
gp='git push'
- asicsp 5y agoI have something similar too! gst='git status' ga='git add' gc='git commit -am' gl='git log --graph --pretty=format:"%h %Cred%s%Creset %Cgreen(%cr)%Creset" --abbrev-commit' glh='gl | head -n5' gp='git push'