Added git rebase alias function
This commit is contained in:
parent
ad3d77bd27
commit
12ec4711ed
@ -55,6 +55,10 @@ function gd() {
|
||||
git diff HEAD~$1
|
||||
}
|
||||
|
||||
function rebase() {
|
||||
git rebase -i HEAD~$1
|
||||
}
|
||||
|
||||
# Docker shortcuts
|
||||
function inspect() {
|
||||
docker inspect "$1" | less
|
||||
|
Loading…
Reference in New Issue
Block a user