Команда для git
This commit is contained in:
parent
43a6deb60c
commit
1be479ca64
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user