# git/GitHub exercise. GitHub pull requests. # Instructions: this exercise has no step-by-step instructions but # just a generic goal that you have to accomplish by implementing the # ideas explained during the lecture. It is assumed that you already # completed the previous assignment: exercise_multi_remote.txt. # In this exercise you have to add a new feature to the social-network # code hosted on the GitHub repository # git@github.com:emanuele/git-exercise # In order to do that you have to fork the repository and add a new # feature: an improved title - or whatever meaningful you like. Then # send a pull request to the upstream repository and try to have your # changes merged. # Good Luck!