Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git & GitHub Theory

AECC UPRB
September 14, 2014

Git & GitHub Theory

This presentation contains basic information on Git & GitHub. It contains basic installation links for Git and links to create an educational account with GitHub.

AECC UPRB

September 14, 2014
Tweet

More Decks by AECC UPRB

Other Decks in Technology

Transcript

  1. • (1991-2002) Linux Kernel project + DVCS System BitKeeper •

    (2005) Break-up • (2005)Linux development community creation of their own tool.
  2. Installing Git Dependencies • Fedora:
 $ yum install curl-devel expat-devel

    gettext-devel\openssl-devel zlib-devel
 • Debian-based:
 $ apt-get install libcurl4-gnutls-dev libexpat1-dev gettext\libz-dev libssl-dev
  3. Create a GitHub Account Accounts are free for an unlimited

    number of public repositories: github.com/join