Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into update-from-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Jul 7, 2022
2 parents 24196b6 + da31a93 commit 8d51101
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions update-from-upstream.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

git fetch upstream

git checkout -b update-from-upstream
git checkout update-from-upstream

git merge upstream/main

0 comments on commit 8d51101

Please sign in to comment.