Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-dumitru authored Jan 16, 2024
1 parent 10aee05 commit e63aa91
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@ From time to time there is a need to merge the changes from the original repo in
git push --tags # this will push the new tags to UiPath/FreeRdp
```
- checkout the `uipath` branch
- ‼️ create a new branch to backup the current state (i.e. `support/before_update_to_2_11_2`)
- ‼️ create a new support branch with the name format

```
robot/support/before_update_to_<NEW BASE GIT TAG>
```
(i.e. `robot/support/before_update_to_2_11_2`)

- create **and checkout** a new branch that will be used as a work branch (i.e. `feat/update_to_2_11_2`)

> **NOTE** Right at this instant, this and the support branch should point to the same Git Commit as the `uipath` branch.
- identify the Commit Hash, which is the parent of our 1st customization Commit

Expand Down

0 comments on commit e63aa91

Please sign in to comment.