4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-04-28 14:44:36 +00:00
2019-08-15 09:55:50 +03:00

4 lines
95 B
Bash
Executable File

#!/bin/bash
[ "${1}" = "log" ] && { shift && git log --ignore-missing "${@}"; } || git "${@}"