Skip to content

Commit da51f0c

Browse files
author
Matthew McCullough
committed
Flesh out Syncing local and GitHub repos lab
1 parent d6eaec3 commit da51f0c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

foundations/index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,11 @@ A branch is a divergent path in the history of the code base. It may contain an
324324
{% endcapture %}{% include slide-section %}
325325

326326
{% capture lab %}
327-
1. Make commits on GitHub repository
328-
2. Clone in Desktop (if repository does not yet exist locally)
329-
3. Review the changes locally
330-
4. Make commits on local repository
331-
5. Understand local history versus remote/GitHub
332-
6. Publish (`push`) the changes
333-
7. Review the changes on GitHub
327+
1. Clone an existing GitHub repo using the GitHub for Desktop application
328+
2. Following the GitHub Flow pattern, create a topic branch and make commits to the local repository
329+
3. Review the local (unsynced) commits in history
330+
4. Publish the changes via the Sync button
331+
5. Verify the presence of the now-synced changes by refreshing the GitHub web UI of the cloned repo
334332
{% endcapture %}{% include lab %}
335333

336334
### Details

0 commit comments

Comments
 (0)