Update README.md
This commit is contained in:
parent
2433a7db99
commit
bf1b2b1255
|
|
@ -16,20 +16,20 @@ chmod +x clone.sh pull.sh
|
|||
To clone or pull branches, use the provided scripts:
|
||||
1. Clone Branches: Replace YOUR_USERNAME and YOUR_TOKEN with your GitHub username and token.
|
||||
```sh
|
||||
./clone YOUR_USERNAME YOUR_TOKEN
|
||||
./clone.sh YOUR_USERNAME YOUR_TOKEN
|
||||
```
|
||||
2. Pull Branches:
|
||||
- For Test Branches:
|
||||
```sh
|
||||
./pull test
|
||||
./pull.sh test
|
||||
```
|
||||
- For Preprod Branches:
|
||||
```sh
|
||||
./pull preprod
|
||||
./pull.sh preprod
|
||||
```
|
||||
- For Master Branches:
|
||||
```sh
|
||||
./pull master
|
||||
./pull.sh master
|
||||
```
|
||||
|
||||
## Branches
|
||||
|
|
|
|||
Loading…
Reference in New Issue