mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add gp alias
for
This commit is contained in:
parent
cd3eac4069
commit
177f7093d9
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ alias gsa='ls -1 -A | xargs -I % sh -c "if [ -d % ]; then toilet -f smblock % |
|
|||
alias gd='git diff'
|
||||
alias ga='git add .'
|
||||
alias gph='git push && git push --tags'
|
||||
alias gpl='git pull'
|
||||
alias gp='git pull && git log -1'
|
||||
|
||||
# typos
|
||||
alias gitcommit='git commit'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue