Skip to content

Commit

Permalink
Improve git log readability
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Mar 5, 2024
1 parent 993be9c commit 410c33f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_upstream_from_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GHA: Update Upstream From Fork"
git fetch --all
echo "-------------------------"
echo "git log --oneline remotes/upstream/master:"
git log --oneline remotes/upstream/master
echo "-----------------------\ngit log --oneline origin/master"
git log --oneline origin/master
echo "-------------------------"
git checkout -b temp_branch remotes/upstream/master
git cherry-pick remotes/upstream/master..origin/master
git push upstream master
Expand Down

0 comments on commit 410c33f

Please sign in to comment.