Update README.md
This commit is contained in:
parent
d0960c6965
commit
f05f93ab87
|
|
@ -44,6 +44,8 @@ This Repo contains general standard modules for all projects.
|
|||
```sh
|
||||
$./checkout_branches.sh
|
||||
```
|
||||
- Output will be like: `master_odex25_hr` - `preprod_odex25_hr` - `dev_odex25_hr` - ...
|
||||
|
||||
|
||||
> If you want to `Extract the directory name without 'dev_' prefix`
|
||||
> ```sh
|
||||
|
|
@ -54,6 +56,8 @@ This Repo contains general standard modules for all projects.
|
|||
> git worktree add "../${dir_name}" $branch
|
||||
> done
|
||||
> ```
|
||||
> - Output will be like: `odex25_hr` - ...
|
||||
|
||||
----
|
||||
|
||||
### Branches:
|
||||
|
|
|
|||
Loading…
Reference in New Issue