Added a git testmerge hack function to .zsh_functions
This commit is contained in:
@@ -93,3 +93,12 @@ fi
|
||||
f() {
|
||||
find . -iname "*${1}*"
|
||||
}
|
||||
|
||||
# git testmerge
|
||||
testmerge() {
|
||||
echo "git merge --no-commit --no-ff $1"
|
||||
git merge --no-commit --no-ff $1
|
||||
echo "git diff --cached"
|
||||
git diff --cached
|
||||
echo "'git merge --abort' when done"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user