Skip to content

dshuck/introtogit

Repository files navigation

Intro to Git

This is the sample project used in the 4/5/2011 hands on intro to Git.

Notes

Training Notes

  1. Install Git
    1. Windows
    2. Mac OS X
    3. Linux
      • sudo apt-get install git-core
  2. Create Github account
  3. Create key pair
  4. Fork this repo
  5. Clone the new fork
  6. Change the copyright at the botttom to your name and blog if you have one
  7. Commit the change
  8. Work issues as logged in Github issues
  9. Commit code after each issue is worked
  10. Push commits to Github

Copyrights and Licensing

All code is freely licensed using the GPL 2.0 license except where otherwise noted.

GPL 2.0

Copyright (C) 2011 Steve Good

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

About

Intro to Git presentation materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published