From 3593acffe1eea6395977cb95331181140467f61b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B4=D8=B1=D9=83=D8=A9=20=D8=AE=D8=A8=D9=8A=D8=B1=20?= =?UTF-8?q?=D8=A7=D9=84=D9=85=D8=AD=D8=AF=D9=88=D8=AF=D8=A9?= Date: Sun, 6 Apr 2025 14:51:46 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 265b980cd..5878d3049 100644 --- a/README.md +++ b/README.md @@ -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: