Gitub Workflow
Purpose
Setup
$ git clone https://github.com/<your_github_id>/commons.git$ cd commons $ git remote add upstream https://github.com/mosip/commons.git$ git remote set-url --push upstream no_push$ git remote -v
Code changes
$ git pull upstream <branch>$ git commit -m "[MOS-2346] Adding new upload feature in Pre registration module for POA documents"$ git pull upstream <branch>$ git push
Last updated
Was this helpful?