Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 503 Bytes

File metadata and controls

12 lines (11 loc) · 503 Bytes

GitTips

A simple repository for learning Git from Falafel Software (http://falafel.com)

  1. Fork this repository
  2. Clone your fork locally
  3. Create a folder with a name matching your git username
  4. Add a file, hellogit.txt, to this folder
  5. Edit hellogit.txt to say "Hello, Git!"
  6. Add your Github profile URL to /CompletedBy.md
  7. Commit your changes locally
  8. Push your changes to your GitHub repository
  9. Optional: Submit a Pull Request to have your changes added to the upstream repository