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)
Jump to navigation Jump to search

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

  • 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

Discussion