forked from github/learn.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTES
More file actions
39 lines (27 loc) · 713 Bytes
/
NOTES
File metadata and controls
39 lines (27 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
* Why Version Control
* Why Switch from Subverison to Git
* 1 Hour Git Crash Course
* Git Basics Course
(links from each to progit.org or gitready)
- What is Git
- Installing, Setup and Initialization
(change links to progit)
- Staging and Committing
(introduce diff, too)
- Branching and Merging
- Git History
(branch management with range selection)
- Working with Remotes
* GitHub Features
(links from each to help.github)
- Signup and Key Gen
- Sharing your Code
- Contributing - Forking and Pull Requests
- Customizing with Hooks and API
- Issues
- Downloads
- Wikis
- Graphs
- Branch List / Compare View
- the Fork Queue
- Subversion usage