From 6521745ad43da285112ebba786dc2b68239e455d Mon Sep 17 00:00:00 2001 From: Trevor Vannoy Date: Mon, 16 Oct 2023 21:31:26 -0600 Subject: [PATCH] put "push" exercise directly after push slides Splitting the push and pull exercises up makes the flow easier --- slides.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/slides.md b/slides.md index d151cc5..cd4034e 100644 --- a/slides.md +++ b/slides.md @@ -396,6 +396,15 @@ layout: full +--- + +# Exercise +#### *pushing* to GitHub (the "remote" repository) + +1. verify that your local branch is ahead of the remote +
         `git status` +2. push your local changes to the GitHub repository (remote) + --- layout: full @@ -409,16 +418,6 @@ layout: full - ---- - -# Exercise -#### *pushing* to GitHub (the "remote" repository) - -1. verify that your local branch is ahead of the remote -
         `git status` -2. push your local changes to the GitHub repository (remote) - --- # Exercise