Skip to content

Commit

Permalink
Print path
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 5, 2024
1 parent 2ec5436 commit 158e5bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripts/merge_tools/git_hires_merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ clone_dir=$1
branch1=$2
branch2=$3

# Print the current PATH
echo "PATH: $PATH"

cd "$clone_dir" || exit 1

git checkout "$branch1" --force
Expand Down

0 comments on commit 158e5bf

Please sign in to comment.