Skip to content

Commit 80656df

Browse files
author
jordanmccullough
committed
Separate commit topics between .com and desktop
1 parent 43af166 commit 80656df

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

workbooks/github-foundations.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Sign up for a free GitHub account at https://github.com/join.
5858
Git can be installed as a unified GitHub GUI and command line or merely as a stand-alone command line interface.
5959

6060

61-
## Ways of interacting with repositories
61+
## Interacting with repositories
6262

6363
### Summary
6464
* [GitHub web flow](https://guides.github.com/overviews/flow/)
@@ -73,7 +73,6 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
7373
* Repository based on existing content
7474
* Through web interface
7575
* Web interface and GUI client
76-
* Actionable steps (Create, Edit, Remove, Move)
7776

7877
## Acquiring repos
7978

@@ -85,12 +84,15 @@ Git can be installed as a unified GitHub GUI and command line or merely as a sta
8584
## Version control basics
8685

8786
### Summary
88-
* Commits
89-
* Line-level tracking
87+
* Commits (GitHub.com)
88+
* Actionable steps (Create, Edit, Remove, Move)
9089
* Commit messages
91-
* Grouping files (with desktop clients)
92-
* Distinction of commit process on GitHub
9390
* Listing page on GitHub
91+
* Commits (GitHub for Desktop)
92+
* Managing file on system, reviewing results
93+
* Line-level tracking
94+
* Grouping files
95+
* Synchronizing local commits
9496
* Branches (general)
9597
* Container for grouped commits
9698
* Simpler means to integrate change

0 commit comments

Comments
 (0)