-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Japan's Okinawa and Nagoya to the travel guide #51
Open
zcemksd
wants to merge
11
commits into
UCL-COMP0233-24-25:main
Choose a base branch
from
zcemksd:karol_travel
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
132dc6d
Added some info about Okinawa
zcemksd 9ba0ebd
New Japan file
zcemksd 6e482d1
Adding Japan to Asia directory
zcemksd 8f4274c
Adding information about Nagoya
zcemksd 5f50bf2
Adding information about Okinawa
zcemksd 6d2cbc1
Deleted a past okinawa file
zcemksd 01bcf1e
Created Japan folder with its corresponding README file and city files
zcemksd 83260ae
Removed files to create folder with new files for Japan cities
zcemksd 1e5ace5
Fixed the files names
zcemksd 61ffa8a
Deleted files
zcemksd a68c2d0
Fixing merge conflict
zcemksd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Nagoya is has both traditional and ancient castles, but also more modern museums and theme parks. It is now home to Ghibli Park. It is also famous for its Samurai history. | ||
|
||
Find out more here: [wikivoyage](https://en.wikivoyage.org/wiki/Nagoya) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Okinawa is an island and one of Japan's 47 prefectures. It has beautiful beaches and coastlines with lots of coral and undersea life It also has castle and ruins to visit. | ||
|
||
Find out more here: [wikivoyage](https://en.wikivoyage.org/wiki/Okinawa) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Find out about interesting places to visit in Japan! | ||
[Nagoya](./Nagoya.md) | ||
[Okinawa](./Okinawa.md) | ||
|
||
More information about Japan at [wikivoyage](https://en.wikivoyage.org/wiki/Japan) and [wikipedia](https://en.wikipedia.org/wiki/Japan) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
# ASIA | ||
[Japan](./Japan/README.md) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file will result in a merge conflict. This is because, in the main repository, there exist other entries already. So, please review the merge conflict exercise (UCL-COMP0233-24-25/RSE-Classwork#4). I shall provide you an outline of the steps here, but it is critical for you to understand these steps considering that merge conflicts are quite common and will likely be encountered often in class exercises as well as in assignments.
main
branch of upstream with themain
branch of your fork. You may do this from GitHub's UI on your fork repo.main
branch to your local machinezcemksd:karol_travel
branch locallymain
e.g. by issuinggit merge main
(remember you should be on your branch before you run this command). A merge conflict will occur for thisREADME.md
.README.md
and make sure you edit the file to incorporate theJapan
line either in alphabetical sort order or towards the end of the list already there. Remove the conflict markers, and make sure that all the existing lines are there along with theJapan
line added by you.Feel free to book an office hour slot during the week with any of the instructors or the helpers if you are still stuck. Resolving merge conflicts is an important part of working with
git
and GitHub in projects.