-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
1 changed file
with
10 additions
and
5 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 |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# week01 | ||
|
||
In-Class Exercise for Week 1: | ||
Exercise for Week 1: | ||
* Fork this repository to your GitHub account | ||
* Make a local copy of your forked repo | ||
* Use terminal to: | ||
# move inside your local *week01* repo | ||
# create a new folder within the repo labelled with your name (e.g., firstname-lastname) | ||
# in your newly-created folder, add a text file that contains the following information: | ||
* Use terminal commands to: | ||
1 navigate into your local **week01** repo | ||
2 create a new folder within the repo labelled with your name (e.g., firstname-lastname) | ||
3 in your newly-created folder, create a text file that contains the following information: | ||
* Name: | ||
* Link to GitHub profile page: | ||
* Use Git to track your changes locally and remotely | ||
* Once you're done, do a pull request (PR) to submit your exercise | ||
|