Skip to content

Commit 3f2368f

Browse files
authored
Update README.md
1 parent 2c2efef commit 3f2368f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
[![ros1](https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros1/badge.svg?branch=master)](https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros1)
66
[![ros2](https://github.com/BehaviorTree/BehaviorTree.CPP/workflows/ros2/badge.svg?branch=master)](https://github.com/BehaviorTree/BehaviorTree.CPP/actions?query=workflow%3Aros2)
77

8+
# UFR Syncing Upstream
9+
Add the upstream repo if it hasn't been added yet (first time only)
10+
```
11+
cd ufr2_core/ufr2_behavior_tree/BehaviorTree.CPP
12+
git remote add upstream git@github.com:BehaviorTree/BehaviorTree.CPP.git
13+
```
14+
Sync the latest tags from upstream and push them to UFR fork then update to the desired tag
15+
```
16+
git fetch upstream --tags
17+
git push
18+
git checkout <version_number>
19+
> update ufr2_behavior_tree/BehaviorTree.CPP submodule in ufr2_core package
20+
```
21+
22+
23+
824
# BehaviorTree.CPP 4.5
925

1026
<p align="center"><img width=350 src="animated.svg"></p>

0 commit comments

Comments
 (0)