Install the OpenSSL on Debian based systems
sudo apt-get install openssl| #!/bin/bash | |
| ## your repo path from where you need to run script | |
| SOURCE_PATH=/Applications/XAMPP/htdocs/bitbucket | |
| CUREENT_PATH=`pwd` | |
| BRANCH=master | |
| ## gitlab repo path where you want to copy changes only | |
| GITLAB_REPO_PATH=/Applications/XAMPP/xamppfiles/htdocs/hdfcforex | |
| #default branch |