Skip to content

Commit

Permalink
Add git diff command to entrypoint.sh for better visibility of change…
Browse files Browse the repository at this point in the history
…s before committing
  • Loading branch information
nalbam committed Jan 8, 2025
1 parent b357a8f commit 9bedb60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ _commit() {
_command "git checkout ${GIT_BRANCH}"
git checkout ${GIT_BRANCH}

_command "git diff"
git diff

_command "git add --all"
git add --all

Expand Down

0 comments on commit 9bedb60

Please sign in to comment.