Skip to content

Instantly share code, notes, and snippets.

View vitek-rostislav's full-sized avatar

Rostislav Vítek vitek-rostislav

View GitHub Profile
query slug {
slug(slug: "televize-audio") {
... on Category {
name
products(first: 2, orderingMode: PRICE_DESC) {
edges {
node {
price {
priceWithVat
}
f = fetch
# updates your branch with upstream (if fast-forward is possible)
ff = !git merge --ff-only `git rev-parse --symbolic-full-name --abbrev-ref=strict HEAD@{u}`
fp = fetch --prune
st = status
cm = commit
cma = commit --amend
br = branch
co = checkout
cp = cherry-pick