mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-18 01:02:28 +00:00
Add quick pr checkout alias
This commit is contained in:
parent
ddbfc640fa
commit
ee6f059647
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ alias gd='git diff'
|
|||
alias gdc='git diff --cached'
|
||||
alias gundo='git reset --soft HEAD~'
|
||||
alias gredo="git reset 'HEAD@{1}'"
|
||||
alias gpr="gh pr checkout"
|
||||
|
||||
# Youtube-dl aliases
|
||||
alias ytv-best='youtube-dl -f bestvideo+bestaudio'
|
||||
|
|
Loading…
Add table
Reference in a new issue