glenn-jocher commited on
Commit
9ef9494
β€’
1 Parent(s): 4c839ee

Update greetings.yml (#4856)

Browse files
Files changed (1) hide show
  1. .github/workflows/greetings.yml +1 -1
.github/workflows/greetings.yml CHANGED
@@ -18,7 +18,7 @@ jobs:
18
  git remote add upstream https://github.com/ultralytics/yolov5.git
19
  git fetch upstream
20
  git checkout feature # <----- replace 'feature' with local branch name
21
- git rebase upstream/master
22
  git push -u origin -f
23
  ```
24
  - βœ… Verify all Continuous Integration (CI) **checks are passing**.
 
18
  git remote add upstream https://github.com/ultralytics/yolov5.git
19
  git fetch upstream
20
  git checkout feature # <----- replace 'feature' with local branch name
21
+ git merge upstream/master
22
  git push -u origin -f
23
  ```
24
  - βœ… Verify all Continuous Integration (CI) **checks are passing**.