Git

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 17:40, 16 August 2013 by Woozle (talk | contribs) (more stuff, as I continue to read the online book)

<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

Reference

Projects

  • GitHub: free web-based git repository for open-source projects

Online Books

Online Courses

Discussion