Research Publication Website PMIG
Fork
this repository- Then
clone
theforked
repository in your local device - Run the command
npm install
- Run the command
node index.js
- Visit
http://localhost:8000/
to view app
- Always keep your
forked repository
sync with original repository - Create a new
branch
everytime for adding any new code - Add new code and run the command
git add .
andgit commit -m"<Message>"
the code. - Push the
branch
to GitHub usinggit push origin <branch_name>
- Create
pull request
on GitHub for the branch
- Do not add any code to old
branch
, always create newbranch
for adding any new code - Do not
merge
the code yourself on GitHub - Always push new
branch
to GitHub with new code