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 15732ce
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions slides.md
Expand Up @@ -396,6 +396,16 @@ 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 @@ -410,16 +420,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
#### *pulling* from GitHub
Expand Down

0 comments on commit 15732ce

Please sign in to comment.