Difference between revisions of "Git"
Jump to navigation
Jump to search
(reorganized; subpages for many commands) |
(git checkout; gitk) |
||
| Line 14: | Line 14: | ||
| valign=top | | | valign=top | | ||
* '''[[/add|git add]]''' updates the index using content found in the working tree (can be specified), to prepare the content staged for the next commit | * '''[[/add|git add]]''' updates the index using content found in the working tree (can be specified), to prepare the content staged for the next commit | ||
| + | * '''[[/checkout|git checkout]]''' | ||
* '''[[/clone|git clone]]''' copies a repository from somewhere else | * '''[[/clone|git clone]]''' copies a repository from somewhere else | ||
* '''[[/commit|git commit]]''' commits changes currently staged | * '''[[/commit|git commit]]''' commits changes currently staged | ||
| Line 41: | Line 42: | ||
|} | |} | ||
===Software=== | ===Software=== | ||
| − | * [[git-cola]] | + | * GUI clients: |
| + | ** [[gitk]]: generally distributed with git | ||
| + | ** [[git-cola]] | ||
===Services=== | ===Services=== | ||
* [[GitHub]]: free web-based git repository for open-source projects | * [[GitHub]]: free web-based git repository for open-source projects | ||
Revision as of 02:37, 10 December 2014
About
Git is a version control system based on a powerful distributed model.
|
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Commands
| alphabetical | by function |
|---|---|
|
initialization
creating from scratch
copying from elsewhere
|
Software
Services
- GitHub: free web-based git repository for open-source projects
Links
Reference
Online Books
- Pro Git
- 1.3 Getting Started - Git Basics
- 1.6 Getting Started - Getting Help
- 2. Git Basics - "If you can read only one chapter to get going with Git, this is it. This chapter covers every basic command you need to do the vast majority of the things you’ll eventually spend your time doing with Git."
Online Courses
- Learn to use Git @ Code School (free registration required)