Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Desktop instructions
  • Loading branch information
rhancock committed Jan 27, 2020
1 parent 093ffac commit be83e0f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -107,6 +107,20 @@ Rearrange the lines below to reflect your preference for the pipeline presentati

## Submit the assignment

### Using the command line

1. `cd` to the `hw1` directory you created when you cloned your fork.
1. Using git, `commit` your changes to this file (remember to `git add` your files first).
1. Using git, `push` your code to your forked repository.
1. On GitHub, [create a pull request](https://help.github.com/articles/creating-a-pull-request/) to submit your work.

### using GitHub Desktop

1. The lefthand pane will show any new or modified files in your workspace. `README.md` should have a yellow icon, indicating it has uncommited changes.
2. Click **Commit to master** to commit changes to your local repository
![](img/commit.png)

3. Click **Push origin** to send your changes to your remote repository
![](img/push.png)

4. On GitHub, [create a pull request](https://help.github.com/articles/creating-a-pull-request/) to submit your work.
Binary file added img/commit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/push.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be83e0f

Please sign in to comment.