Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: swap to fetch/merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Oct 4, 2019
1 parent b8c0422 commit 372eb2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kiss
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,8 @@ pkg_updates() {
git merge
else
log "$PWD" "Need root to update"
sudo git pull
sudo git fetch
sudo git merge
fi
}
done
Expand Down Expand Up @@ -966,7 +967,7 @@ args() {
;;

v|version|-v|--version)
log kiss 0.41.0
log kiss 0.41.1
;;

h|help|-h|--help|'')
Expand Down

0 comments on commit 372eb2f

Please sign in to comment.