commit
49903b75ee
|
|
@ -44,6 +44,8 @@ This Repo contains general standard modules for all projects.
|
||||||
```sh
|
```sh
|
||||||
$./checkout_branches.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`
|
> If you want to `Extract the directory name without 'dev_' prefix`
|
||||||
> ```sh
|
> ```sh
|
||||||
|
|
@ -54,6 +56,8 @@ This Repo contains general standard modules for all projects.
|
||||||
> git worktree add "../${dir_name}" $branch
|
> git worktree add "../${dir_name}" $branch
|
||||||
> done
|
> done
|
||||||
> ```
|
> ```
|
||||||
|
> - Output will be like: `odex25_hr` - ...
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### Branches:
|
### Branches:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue