Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.34 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.34 KB

Repo for the git-immersion exceceise

Based on: gitimmersion.com

Instructions:

  1. Fork and clone this repository.
  2. Follow the steps from the included html/index.html folder or the online version.
  3. Pay attention to the red Note messages at the top of different steps for specialized instructions.
  4. The .rb files in the tutorials are Ruby code files, the exact content and logic is usually not the main focus here.
  5. Some commands apearing in the tutorils are unix shell command, if you work in Windows shell you might need to find the equivalent (e.g. steps 21-22)
  6. At each state you can save your work to github by pushing, and continue from another machine by cloning or pulling.
  7. Finally (step 53) push all your commits, branches and tags and submit by creating a pull request
  8. Finally: if you have an improvement or bug fix for the tutorial, please sand a PR on a different commit.

Other interesting tutorials:

  1. https://try.github.io
  2. https://pcottle.github.io/learnGitBranching/