### Lesson https://nus-cs2103-ay2526s1.github.io/website/book/gitAndGithub/pull/ ### Hands-on setup Responses to provide when running `new.sh`: ``` Hands-on name: hp-pull-remote Requires Git? (defaults to y) [y/N]: y Requires Github? (defaults to y) [y/N]: y ``` 1. Clone https://github.com/git-mastery/samplerepo-finances to a folder samplerepo-finances 2. Change the remote `origin` to point to https://github.com/git-mastery/samplerepo-finances-2 ### Instructions for students Run `gitmastery download hp-pull-remote` to create a fresh sandbox for this practical. ### Requires remote repository? Yes. Already present at https://github.com/git-mastery/samplerepo-finances and https://github.com/git-mastery/samplerepo-finances-2 ### Additional remarks This HP is almost identical to #86