Skip to content

Add All aliases from FP pc to aliases page #1

@bkrpage

Description

@bkrpage

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/\ /\ =\ /

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions