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