13 Matching Annotations
  1. Sep 2016
    1. text-transform

      / Keyword values / text-transform: capitalize; text-transform: uppercase; text-transform: lowercase; text-transform: none; text-transform: full-width;

      / Global values / text-transform: inherit; text-transform: initial; text-transform: unset;

  2. Aug 2016
  3. devbootcamp.instructure.com devbootcamp.instructure.com
    1. git commit -m "Add test file to practice committing"

      for individual committing: git commit [some files] "Comment"

      (Quick tip, to exit the comment editor without saving changes, hit Esc a few times and then type : q ! and Enter.)

    1. Headers Use one or more # symbols to create a header. A # Header is larger than a ## Header Lists Use a * to create an unordered list element. Use a number followed by a period 1. to create an ordered list. Bold Use *Bold Text* to create emphasis. Code Use 4 spaces indent or surround with single or triple ` (backticks) to create a code block. In GitHub you can add the code type as well. Links Use [Link Text](link url) format to create links.

      Commands for Github Markdown!