-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Need to add the aliases listed here that i acquired on my floristpro work pc
first-push = push -u origin HEAD
last = log -1 HEAD
unstage = reset HEAD --
discard = checkout --
d = checkout --
da = checkout -- .
c = commit -m
ca = !git add -A && git commit -m
a = add
aa = add .
p = !git push origin $(git rev-parse --abbrev-ref HEAD)
f = fetch
fa = fetch --all
fp = fetch -p
ch = checkout
n = checkout -b
chb = checkout -b
chn = checkout -b
s = status
db = checkout -- **/build
cap = !git ca && git p
pf = push -u origin HEAD
alias = ! git config --get-regexp ^alias. | sed -e s/^alias.// -e s/\ /\ =\ /
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels