Git
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
<hide> page type::article thing type::version control system thing type::software license::open source </hide>
About
Git is a version control system based on a powerful distributed model.<hide>
page status::seed
</hide>
|
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
- git config --global <param_name> <param_value>
- param_name: user.name, user.email, core.editor
- git config --list
- lists current configuration parameters
- git config <param_name>
- lists the current value for the given parameter
Links
Reference
Projects
- GitHub: free web-based git repository for open-source projects
Online Books
Online Courses
- Learn to use Git @ Code School (free registration required)
