fix: kompose workflow
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
alias ri='source ~/.init/init.sh'
|
||||
|
||||
# git
|
||||
alias g1='git reset $(git commit-tree "HEAD^{tree}" -m "A new start")'
|
||||
alias g0='git add . && git diff --quiet && git diff --cached --quiet'
|
||||
alias g1='git reset $(git commit-tree "HEAD^{tree}" -m "A new start")'
|
||||
alias g2='git log --format=%B -n 1 HEAD | head -n 1'
|
||||
|
||||
# rsync
|
||||
alias rs='rsync --rsync-path="sudo rsync" -avzhe ssh'
|
||||
|
||||
@@ -18,6 +18,6 @@ else
|
||||
# No changes
|
||||
echo "NO CHANGES in ${CURRENT_PROJECT} - Aborting..."
|
||||
git reset
|
||||
echo "no changes to latest posts"
|
||||
echo "EXIT"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user