Update README.md

This commit is contained in:
شركة خبير المحدودة 2025-04-06 14:51:46 +02:00 committed by GitHub
parent d5c4065b82
commit 3593acffe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -3,6 +3,19 @@
This repository contains general standard modules for all projects.
## Cloning and Pulling Branches
### You have to Options to configure you git client
1. Using SSH keys :
See this link --> https://www.youtube.com/watch?v=EoLrCX1VVog
3. Using token
```sh
echo "$GH_TOKEN" > ~/git-askpass.sh
chmod +x ~/git-askpass.sh
export GIT_ASKPASS=~/git-askpass.sh
git config --global core.askPass ~/git-askpass.sh
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
```
### Clone the Repository
Clone the master branch, use the following command: