git-aliases-plugin/plugin/runners/1
Ari Archer 2e3251c8fc
For performance reasons move aliases to runners
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-10-24 02:13:55 +03:00

8 lines
177 B
Bash

#!/usr/bin/env bash
alias g="git" \
ga="g add" \
gaa="ga -A" \
gp="git push" \
gpu='git push -u origin "$(git rev-parse --abbrev-ref HEAD)"' \
gr="g reset"