Code Contribution
Overview
Repositories
Setup your development machine
Code changes
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
$ git clone https://github.com/<your_github_id>/esignet.git$ cd esignet
$ git remote add upstream https://github.com/mosip/esignet.git$ git remote set-url --push upstream no_push$ git remote -v$ git fetch upstream$ git checkout upstream/<branch> $ git switch -c issue-<issue number>$ git pull upstream <branch> $ git commit -m "[#1234] Adding new upload feature in eSignet service"$ git pull upstream <branch> $ git push --set-upstream origin issue-<issue number>