Update README.md

This commit is contained in:
شركة خبير المحدودة 2024-08-25 12:57:52 +03:00 committed by GitHub
parent 2433a7db99
commit bf1b2b1255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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