Update README.md
This commit is contained in:
parent
25289054ac
commit
9adb0e13bf
26
README.md
26
README.md
|
|
@ -84,19 +84,19 @@ Clone only master branches:
|
|||
./clone.sh master
|
||||
```
|
||||
|
||||
2. Pull Branches:
|
||||
- For Test Branches:
|
||||
```sh
|
||||
./pull.sh test
|
||||
```
|
||||
- For Preprod Branches:
|
||||
```sh
|
||||
./pull.sh preprod
|
||||
```
|
||||
- For Master Branches:
|
||||
```sh
|
||||
./pull.sh master
|
||||
```
|
||||
# Pull Branches:
|
||||
- For Test Branches:
|
||||
```sh
|
||||
./pull.sh test
|
||||
```
|
||||
- For Preprod Branches:
|
||||
```sh
|
||||
./pull.sh preprod
|
||||
```
|
||||
- For Master Branches:
|
||||
```sh
|
||||
./pull.sh master
|
||||
```
|
||||
|
||||
## Branches
|
||||
### Development Branches
|
||||
|
|
|
|||
Loading…
Reference in New Issue