Git pull ddugky 103

From Origami_Wiki
Jump to navigation Jump to search


URL:http://192.168.1.103:8137



Ddugky application is cloned into the 103 server at the location /var/www/html/ddugky_misGIT.
We need to pull the changes into the server, once any changes are made in the "development" branch inside github.

For doing this, you may use the below steps as a walk-through.

1. Open terminal

  Enter the below commands
ssh ddugit@192.168.1.103
A password prompt will appear in a few seconds. **Password will be provided to staffs as requested
You'll now be in the 103 server.
Now, enter the below commands.
cd mis-ddugky
git pull

Done. All your changes in the github repo is now available in 103 server.