forked from CDT-AIMLAC/git-novice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e64bb8
commit d636f25
Showing
1 changed file
with
2 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -186,8 +186,8 @@ GitHub) are back in sync. | |
{: .callout} | ||
|
||
> ## Group exercise | ||
> 1. Everyone in group should clone the repository [email protected]:NOC-OI/favourite-places.git (using SSH), or if you are unable to use SSH then clone https://github.com/NOC-OI/favourite-places.git | ||
> 2. Find the longditude and latitude of your favourite pub, cafe, restaurant, etc. The website https://www.latlong.net/ or https://www.gps-coordinates.net/ can help you do this. | ||
> 1. Everyone in group should clone the repository [email protected]:NOC-OI/favourite-places.git (using SSH), or if you are unable to use SSH then clone [https://github.com/NOC-OI/favourite-places.git](https://github.com/NOC-OI/favourite-places.git). | ||
> 2. Find the longditude and latitude of your favourite pub, cafe, restaurant, etc. The website [https://www.latlong.net/](https://www.latlong.net/) or [https://www.gps-coordinates.net/](https://www.gps-coordinates.net/) can help you do this. | ||
> 3. Add a new line to places.csv with the following fields seprated by commas: The name of the location, a symbol (bar, cafe, restaurant), your name, a comment about the location, the longitude (note this should be negative for the Western Hemisphere, including most of the UK) and latitude. | ||
> 4. Add/Commit this change to your local repository. | ||
> 5. Push your changes to the upstream repository. | ||
|