Skip to content

Commit

Permalink
put "push" exercise directly after push slides
Browse files Browse the repository at this point in the history
Splitting the push and pull exercises up makes the flow easier
  • Loading branch information
tvannoy committed Oct 17, 2023
1 parent a736ff1 commit 6521745
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions slides.md
Expand Up @@ -396,6 +396,15 @@ layout: full

<img class="h-screen" src="/local-vs-remote-repos-local-changes-push.svg">

---

# Exercise
#### *pushing* to GitHub (the "remote" repository)

1. verify that your local branch is ahead of the remote
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; `git status`
2. push your local changes to the GitHub repository (remote)


---
layout: full
Expand All @@ -409,16 +418,6 @@ layout: full

<img class="h-screen" src="/local-vs-remote-repos-remote-changes-pull.svg">


---

# Exercise
#### *pushing* to GitHub (the "remote" repository)

1. verify that your local branch is ahead of the remote
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; `git status`
2. push your local changes to the GitHub repository (remote)

---

# Exercise
Expand Down

0 comments on commit 6521745

Please sign in to comment.