Music Festival
ClearDB Mysql Hosted by Heroku
Node.js
html, react and Ionic
- Mohamed Danial Irfan Bin Salimi (1838750)
- Ong Jingjie Cleavon (1935868)
- Setup a Github account (Using any account)
- Accept and access the assignment here:
- Clone the repository to your computer. How?
- Stage some changes. How?
- Create a new commit. How?
- Pull from remote. How?
- Resolve any conflict. How?
- Push to remote. How?
You may refer to this stackoverflow link
- Go to VSCode
- Open Command Palette (
Ctrl+Shift+P
) - Type
Git: Clone
- Copy and paste your team's repository url (e.g.
https://github.com/ADES-FSP/jibaboom-TEAMNAME
) - Choose where you want the folder to be downloaded to.
- Clone. Done.
- Go to VSCode
- Edit the README.md file and add your name above
- Open Source Control (
Ctrl+Shift+G
) - Under
CHANGES
you should seeREADME.md
- Click the plus sign (
+
) to stage the file. - You see the file appear under
STAGED CHANGES
- Go to VSCode
- Open Source Control (
Ctrl+Shift+G
) - Add a description in the textfield
- Click on the
...
button on the top. - Scroll and find
Commit Staged
- Click on
Commit Staged
to create a new commit.
- Go to VSCode
- Open Source Control (
Ctrl+Shift+G
) - Ensure you have no uncommited changes
- Click on the
...
button on the top. - Click on
pull
to pull from remote.
- After you click pull, if there is merge conflict you'll see the following highlighting.
- Modify the file, save it and create a new commit.
- Go to VSCode
- Open Source Control (
Ctrl+Shift+G
) - Ensure you are up to date with remote
- Click on the
...
button on the top. - Click on
push
to push to remote.