Команда для 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 exec zsh
} }
gpsr() {
git push -u "$1" "$(git branch --show-current)"
}
ch() { ch() {
curl -s "https://cheat.sh/$1" | less -R curl -s "https://cheat.sh/$1" | less -R
} }