Feeds:
பதிவுகள்
பின்னூட்டங்கள்

Archive for the ‘git’ Category

First Clone your repo as shown below

git clone https://github.com/thamizha/thamizha-solthiruthi.git
As shown below, first enter 

git credential-store --file ~/.my-repo-credentials store
protocol=https
host=github.com
username=<your-github-username>
Hit Enter button now, you will exit from stdin and your settings will be stored. for further access to git for updates or code commits, it won't ask for password.

Credits: https://cinhtau.net/2018/02/06/configure-git-credentials/

Read Full Post »