In order to use git Check git version Command: git -version If not install, add it to your server (Centos) sudo yum install git-all Create local Repository: Command: git init Add all file to your local git command: git add -u * Commit them to your local repository command git commit <file> -m “some comment”
In order to do that you need to do 2 things: 1) Edit .htaccess file 2) Generate sh1 hash key for your password.(use this page to generate sh1 passwosh hash) 2) Add it to .htpass file (all user and hashed-password) and upload to server. 1) Add the following lines to your .htaccess file: [crayon-66e767f2258da518482200/] 2)