File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -324,13 +324,11 @@ A branch is a divergent path in the history of the code base. It may contain an
324
324
{% endcapture %}{% include slide-section %}
325
325
326
326
{% 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
334
332
{% endcapture %}{% include lab %}
335
333
336
334
### Details
You can’t perform that action at this time.
0 commit comments