Skip to content

Commit

Permalink
Add user and branch output to pull start script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Nov 29, 2024
1 parent b10ce35 commit 78d067c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repo-converter/pull-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ function log() {
}

log "Script starting"
log "Running as user: $USER"
log "On branch: $($git_cmd branch -v)"

command="\
$git_cmd reset --hard && \
Expand Down

0 comments on commit 78d067c

Please sign in to comment.