Команда для git

This commit is contained in:
Andrei Astafev 2022-12-20 13:01:36 +03:00
parent 43a6deb60c
commit 1be479ca64

View File

@ -7,6 +7,10 @@ zu() {
exec zsh
}
gpsr() {
git push -u "$1" "$(git branch --show-current)"
}
ch() {
curl -s "https://cheat.sh/$1" | less -R
}