bytelyst-devops-tools/aliases/_local.example.alias

11 lines
433 B
Plaintext

# Optional local aliases.
#
# Copy this file to _local.alias for machine- or org-specific shortcuts.
# Do not source _local.alias from _source_all.alias unless you are comfortable
# with those shortcuts becoming part of your default shell environment.
# ByteLyst/mainline-specific examples:
# alias grhm='git reset --hard origin/mainline'
# alias gpm='git push origin HEAD:mainline'
# alias gprm='git pull --rebase origin mainline'