Skip to content

Instantly share code, notes, and snippets.

View Jessmaxim303's full-sized avatar

Jesse Maxim Jessmaxim303

  • Turing School
  • Denver, CO
View GitHub Profile
Class: Playlist
Attributes:
Remember: An attribute is a property or characteristic
Genre (string)
Artist (array)
File type (array)
numberOfSong (integer)
LengthofSong (float)
playlistName (string)
Mailing a package.
1. Gather Items
1.1 Double check you have correct item
2. Box up
2.1. Pick a envelope or box
2.2. Prepare for shipping
2.3. Seal packagin
3. Mail
3.1. Return or new postage
@Jessmaxim303
Jessmaxim303 / beginners_guide_to_git.md
Last active May 13, 2019 03:29
Jesse Maxim's guide to git

Beginners Guide to Git

gitimage

Why are Git and GitHub so important for programmers and developers?

Git is an amazing VCS tool that allows you to track changes to files and large projects over time. It also has the ability to link up with GitHub and be made into a powerful collaboration tool for developers. Let's go over the basic rules and concepts to get started with Git and GitHub.

In order for you to get Git to set up an empty Git repository you will need to perform the git init command while in the project you want to attach it to. Then you will need to add git to the file you want to track.

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.