gita alias
This commit is contained in:
parent
bf3e6717e6
commit
cb25fd3a47
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ alias df="df -h" # human-readable sizes
|
|||
alias free="free -m" # show sizes in MB
|
||||
alias np="nano -w PKGBUILD"
|
||||
alias gitu='git add . && git commit && git push'
|
||||
alias gita='git add . && git commit --amend --no-edit && git push -f'
|
||||
alias g=git
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue