A repo to play with the common git operations in and learn how to get working with markdown
- Cheat sheet - https://www.markdownguide.org/cheat-sheet
- Desktop app (optional, very useful for development) https://desktop.github.com/
- Get social with github. Setup your account
- Go to https://github.com/elmsln/elmsln and star / watch / fork the repo
- Go to https://github.com/elmsln/haxcms and star / watch / fork the repo
- Go to https://github.com/elmsln/lrnwebcomponents and star / watch / fork the repo
- Go to this repo and star / watch / fork it -- https://github.com/btopro/lab2
- From your copy of the repo, edit the README.md file (this file) and fill out the things below the FILL THIS OUT line
- Use the commit message in order to indicate what you changed
- Then issue a pull request back against this repo
- https://oer.hax.psu.edu/bto108/sites/ist402/labs/git will have the non-messed with directions as we'll screw up this repo to see how version control works during class
Git is an open source distributed version control system used for easy code management/sharing.
- Version control
- Simple workflow
- Easy collaboration
A pull request is a way of submitting changes.
- Github
- [Atlassian] (https://www.atlassian.com/git/tutorials)
- [The New Stack] (https://thenewstack.io/tutorial-git-for-absolutely-everyone/)
