Glenn Jocher
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/greetings.yml
|
|
@@ -18,7 +18,7 @@ jobs: |
|
|
|
git remote add upstream https://github.com/ultralytics/yolov5.git |
|
|
|
git fetch upstream |
|
|
|
git checkout feature # <----- replace 'feature' with local branch name |
|
|
|
git rebase upstream/master |
|
|
|
git merge upstream/master |
|
|
|
git push -u origin -f |
|
|
|
``` |
|
|
|
- ✅ Verify all Continuous Integration (CI) **checks are passing**. |