├── 7wh1ter0se.MD
├── B.R.A.I.N.AI.md
├── CoopaIntro.md
├── CoreClr.md
├── DFREELAND-MyFIle.txt
├── EmilyA-demo-practice.md
├── HRR-testing
├── MiniTwig.pl
├── My Test Branch File.md
├── NickSchaf-newText.md
├── Pineapple.md
├── ProGit.md
├── README.md
├── Vishnu.md
├── ZimsMarkdownTest
├── aruna-demofile.md
├── atpracticefile.md
├── bb-babble
├── bhighley-demo-file.md
├── bhubin.md
├── bjc-fbdf.md
├── branch_stuff_#1.md
├── brentd-smith-bonefish.md
├── brianlance sample file.md
├── cameltoe.md
├── clover_yum.md
├── ddoOrienJarrykk.md
├── dees-github-class-file.md
├── demo-pc52testfile.md
├── demo-tcl.md
├── ermtestfile.md
├── example-Sfile.md
├── filename.js
├── gaidemo.md
├── gender-jw
├── icarus-file-test.md
├── jcb-new-file4git.md
├── jlcheng-firstfile.md
├── jroark-testfile.md
├── julia_summer_cool.md
├── kellyarmstrong_demo.md
├── kingshighway.md
├── kraigritmanich-grocery-list.md
├── krsfile1.md
├── lamonafeliz-5340.md
├── learning-github1.md
├── locations.txt
├── mark test file.md
├── mayura-branch-test.md
├── mayura-file.md
├── my_test.txt
├── myfile
├── myfile-antalpeti.md
├── myfile-renamed.txt
├── myfile.md
├── new file within a new branch
├── patrickmckenna-demo.md
├── plokaraju-TestFile.md
├── pmyymgf-hello-world
├── pumpkin.md
├── rajkishan16-demo.md
├── readme-isaul.md
├── ronaldBrown.md
├── santosh-demo.md
├── selamta.md
├── selkins13-practice.md
├── spam-is-terrible
├── ss133102-howdy.md
├── suhpin95-demo.md
├── sv-demo-flow
├── test
├── test file
├── test-amsingh.md
├── test-doc-mapes.md
├── test45
├── tester.md
├── testhello
├── tgaFile.md
├── tyrus-file
├── viveka-demo-file
└── vmystic.md
/7wh1ter0se.MD:
--------------------------------------------------------------------------------
1 | *italics*
2 |
--------------------------------------------------------------------------------
/B.R.A.I.N.AI.md:
--------------------------------------------------------------------------------
1 | Hello Dave,
2 |
3 | How about a nice game of *cheese*?
4 |
5 | *Sounds super!*
6 |
--------------------------------------------------------------------------------
/CoopaIntro.md:
--------------------------------------------------------------------------------
1 | *Vitalic*
2 | test test
3 |
--------------------------------------------------------------------------------
/CoreClr.md:
--------------------------------------------------------------------------------
1 | **Title**
2 |
3 | Heading?
4 |
5 | - checkbox
6 |
--------------------------------------------------------------------------------
/DFREELAND-MyFIle.txt:
--------------------------------------------------------------------------------
1 | #This is my test file!
2 | #####by DFreeland
3 |
4 | changed 9/1
5 |
--------------------------------------------------------------------------------
/EmilyA-demo-practice.md:
--------------------------------------------------------------------------------
1 | *awesomesauce*
2 |
--------------------------------------------------------------------------------
/HRR-testing:
--------------------------------------------------------------------------------
1 | testin
2 |
--------------------------------------------------------------------------------
/MiniTwig.pl:
--------------------------------------------------------------------------------
1 | my $user = sasss-quatch;
2 | my $string = $user . " Yeah!!!";
3 |
4 | print $string;
5 |
--------------------------------------------------------------------------------
/My Test Branch File.md:
--------------------------------------------------------------------------------
1 |
2 | A test example *italics test*
3 |
--------------------------------------------------------------------------------
/NickSchaf-newText.md:
--------------------------------------------------------------------------------
1 | ### My Header
2 |
3 | - item 1
4 | - item B
5 |
--------------------------------------------------------------------------------
/Pineapple.md:
--------------------------------------------------------------------------------
1 | #Aloha
2 |
3 | What is for lunch?
4 | - [x] Li-hing pineapple
5 | - ~~Pizza~~
6 |
--------------------------------------------------------------------------------
/ProGit.md:
--------------------------------------------------------------------------------
1 | [Pro Git](https://git-scm.com/book) - The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here.
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | Welcome! This is the repository we'll use for September 1's [Introduction to GitHub class](https://training.github.com/classes/introduction/).
2 |
3 | ## Useful Links
4 | - [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) *a simple syntax for text formatting, used everywhere on GitHub*
5 | - [GitHub Flow](https://guides.github.com/introduction/flow/) *a straightforward, highly effective workflow to use on GitHub*
6 |
7 | ## Instructors
8 | - [Patrick](https://github.com/patrickmckenna)
9 | - [Cynthia](https://github.com/crichID)
10 |
--------------------------------------------------------------------------------
/Vishnu.md:
--------------------------------------------------------------------------------
1 | This is a test file. Lets see what more can we do?
2 |
heading
3 | hhhhhh
4 |
5 |
--------------------------------------------------------------------------------
/ZimsMarkdownTest:
--------------------------------------------------------------------------------
1 | **Zim's... Where Else?
2 | *blah blah italics*
3 | [] markdown not working? It's not showing formatting in Preview. Hmmm..
4 |
--------------------------------------------------------------------------------
/aruna-demofile.md:
--------------------------------------------------------------------------------
1 | *strikethrough*
2 | Github intro training
3 |
--------------------------------------------------------------------------------
/atpracticefile.md:
--------------------------------------------------------------------------------
1 | __THIS IS A NEW FILE__ *and this is in italics*
2 |
--------------------------------------------------------------------------------
/bb-babble:
--------------------------------------------------------------------------------
1 | - *Babble* by BB
2 | - Learning about commit msgs
3 |
--------------------------------------------------------------------------------
/bhighley-demo-file.md:
--------------------------------------------------------------------------------
1 | ## Very basic introduction
2 |
3 | - [ ] Looking forward to future classes
4 |
--------------------------------------------------------------------------------
/bhubin.md:
--------------------------------------------------------------------------------
1 | *testing123*
2 |
--------------------------------------------------------------------------------
/bjc-fbdf.md:
--------------------------------------------------------------------------------
1 | ~~strikethrough~~
2 |
--------------------------------------------------------------------------------
/branch_stuff_#1.md:
--------------------------------------------------------------------------------
1 | ##First file in this branch
2 |
3 | content of the first file in branch.
4 |
--------------------------------------------------------------------------------
/brentd-smith-bonefish.md:
--------------------------------------------------------------------------------
1 | #Header 1
2 | [] this is a check box
3 | [] second check box
4 |
5 | - item 1
6 | - item 2
7 |
8 | *foobar squat*
9 |
--------------------------------------------------------------------------------
/brianlance sample file.md:
--------------------------------------------------------------------------------
1 | This is my sample file.
2 |
--------------------------------------------------------------------------------
/cameltoe.md:
--------------------------------------------------------------------------------
1 | A cameltoe is wonderful
2 |
--------------------------------------------------------------------------------
/clover_yum.md:
--------------------------------------------------------------------------------
1 |
2 | *food*
3 |
--------------------------------------------------------------------------------
/ddoOrienJarrykk.md:
--------------------------------------------------------------------------------
1 | *practice*
2 | **practice**
3 | -practice-
4 | --practice--
5 |
--------------------------------------------------------------------------------
/dees-github-class-file.md:
--------------------------------------------------------------------------------
1 | Hello and Welcome to Dee's Github Class File!
2 | *italics*
3 |
--------------------------------------------------------------------------------
/demo-pc52testfile.md:
--------------------------------------------------------------------------------
1 | *italics*
2 | test
3 |
--------------------------------------------------------------------------------
/demo-tcl.md:
--------------------------------------------------------------------------------
1 | Hola! Pick your favorite emoji!
2 | - [ ] :koala:
3 | - [ ] :octocat:
4 | - [ ] :neckbeard:
5 |
--------------------------------------------------------------------------------
/ermtestfile.md:
--------------------------------------------------------------------------------
1 | **itallics**
2 | *bold*
3 | [Header]
4 | - one
5 | - two
6 |
--------------------------------------------------------------------------------
/example-Sfile.md:
--------------------------------------------------------------------------------
1 | This is [my] first .md *file* added to to GitHub.
2 |
--------------------------------------------------------------------------------
/filename.js:
--------------------------------------------------------------------------------
1 | **something bold**
2 |
--------------------------------------------------------------------------------
/gaidemo.md:
--------------------------------------------------------------------------------
1 | this is a demo file
2 | for the intro class
3 | *strikethrough*
4 |
--------------------------------------------------------------------------------
/gender-jw:
--------------------------------------------------------------------------------
1 | [ ]
2 | []
3 | *boy*
4 |
--------------------------------------------------------------------------------
/icarus-file-test.md:
--------------------------------------------------------------------------------
1 | ## This is a test file
2 |
--------------------------------------------------------------------------------
/jcb-new-file4git.md:
--------------------------------------------------------------------------------
1 | Test text
2 | ~~strikethrough~~
3 |
4 | :+1:
5 | :octocat:
6 |
--------------------------------------------------------------------------------
/jlcheng-firstfile.md:
--------------------------------------------------------------------------------
1 | *italics*
2 |
--------------------------------------------------------------------------------
/jroark-testfile.md:
--------------------------------------------------------------------------------
1 | **TEST**
2 |
3 | *TEST*
4 |
5 | [ ] *YES*
6 |
7 | [ ] ***NO***
8 |
9 | Thank you
10 |
--------------------------------------------------------------------------------
/julia_summer_cool.md:
--------------------------------------------------------------------------------
1 | Blablabla
2 | *italic*
3 | **bold**
4 |
--------------------------------------------------------------------------------
/kellyarmstrong_demo.md:
--------------------------------------------------------------------------------
1 | # heading
2 | ## heading
3 | ### heading
4 |
5 | *italics*
6 | **strong**
7 |
8 | - [ ] radio Button 1
9 | - [ ] radio Button 2
10 |
11 | * list item
12 | * list item
13 |
--------------------------------------------------------------------------------
/kingshighway.md:
--------------------------------------------------------------------------------
1 | *strikethrough*
2 |
3 | Practice!
4 |
--------------------------------------------------------------------------------
/kraigritmanich-grocery-list.md:
--------------------------------------------------------------------------------
1 | # Here is my grocery list #
2 | - loaf of bread
3 | - containter of milk
4 | - stick of butter
5 | ~~oranges~~
6 |
--------------------------------------------------------------------------------
/krsfile1.md:
--------------------------------------------------------------------------------
1 | This is my file.
2 | *abc*
3 | def
4 | Blah blah.
5 |
--------------------------------------------------------------------------------
/lamonafeliz-5340.md:
--------------------------------------------------------------------------------
1 | #This is a markdown file
2 | ## This is a second heading
3 | - This is **bold**
4 | - This is *italics*
5 | - [ ] This is a textbox
6 |
7 | ###This is a third heading
8 | Thank you.
9 |
--------------------------------------------------------------------------------
/learning-github1.md:
--------------------------------------------------------------------------------
1 | *italico*
2 | __negrito__
3 |
--------------------------------------------------------------------------------
/locations.txt:
--------------------------------------------------------------------------------
1 | Florida
2 | NY
3 | Vegas
4 | Texas
5 |
--------------------------------------------------------------------------------
/mark test file.md:
--------------------------------------------------------------------------------
1 | dsf
2 | fdsa
3 | fds
4 | fds
5 | fds
6 | fds
7 | fds
8 | *fdsa*
9 |
--------------------------------------------------------------------------------
/mayura-branch-test.md:
--------------------------------------------------------------------------------
1 | **test**
2 |
--------------------------------------------------------------------------------
/mayura-file.md:
--------------------------------------------------------------------------------
1 | **test file**
2 | - test item 1
3 | - [] *test item 2*
4 |
--------------------------------------------------------------------------------
/my_test.txt:
--------------------------------------------------------------------------------
1 |
2 | *italics*
3 |
--------------------------------------------------------------------------------
/myfile:
--------------------------------------------------------------------------------
1 | this is the contents of the file
2 |
--------------------------------------------------------------------------------
/myfile-antalpeti.md:
--------------------------------------------------------------------------------
1 | *Italian line*
2 |
--------------------------------------------------------------------------------
/myfile-renamed.txt:
--------------------------------------------------------------------------------
1 | This is my file.
2 |
--------------------------------------------------------------------------------
/myfile.md:
--------------------------------------------------------------------------------
1 | ## GitHub Teacher Info
2 |
3 | - [ ] Hometown Name
4 | - [ ] Country of Hometown
5 | - [ ] Favorite place to eat
6 |
--------------------------------------------------------------------------------
/new file within a new branch:
--------------------------------------------------------------------------------
1 | test
2 |
--------------------------------------------------------------------------------
/patrickmckenna-demo.md:
--------------------------------------------------------------------------------
1 |
2 | *italics*
3 |
--------------------------------------------------------------------------------
/plokaraju-TestFile.md:
--------------------------------------------------------------------------------
1 | ##Hello World
2 |
3 | - Welcome to our World
4 | - **countries**
5 |
--------------------------------------------------------------------------------
/pmyymgf-hello-world:
--------------------------------------------------------------------------------
1 | hello
2 |
--------------------------------------------------------------------------------
/pumpkin.md:
--------------------------------------------------------------------------------
1 | *strikethough pumpkin*
2 |
--------------------------------------------------------------------------------
/rajkishan16-demo.md:
--------------------------------------------------------------------------------
1 | ## Heading
2 |
3 | **Practice**
4 |
--------------------------------------------------------------------------------
/readme-isaul.md:
--------------------------------------------------------------------------------
1 | *italics*
2 |
--------------------------------------------------------------------------------
/ronaldBrown.md:
--------------------------------------------------------------------------------
1 | *italic text*
2 |
--------------------------------------------------------------------------------
/santosh-demo.md:
--------------------------------------------------------------------------------
1 | -- testing santosh first github --
2 |
--------------------------------------------------------------------------------
/selamta.md:
--------------------------------------------------------------------------------
1 | **Selamta!**
2 |
3 | Tadias Alem!
4 |
5 | Alen Alen
6 |
--------------------------------------------------------------------------------
/selkins13-practice.md:
--------------------------------------------------------------------------------
1 | ## Practicing
2 |
3 | - [x] branching
4 | - [ ] pull request
5 |
--------------------------------------------------------------------------------
/spam-is-terrible:
--------------------------------------------------------------------------------
1 | *Holy hell, this spam is terrible.*
2 |
--------------------------------------------------------------------------------
/ss133102-howdy.md:
--------------------------------------------------------------------------------
1 | *this text is italics*
2 |
--------------------------------------------------------------------------------
/suhpin95-demo.md:
--------------------------------------------------------------------------------
1 | **This is bold**
2 |
--------------------------------------------------------------------------------
/sv-demo-flow:
--------------------------------------------------------------------------------
1 | New file for demo to github
2 |
--------------------------------------------------------------------------------
/test:
--------------------------------------------------------------------------------
1 | test
2 |
--------------------------------------------------------------------------------
/test file:
--------------------------------------------------------------------------------
1 | test
2 |
--------------------------------------------------------------------------------
/test-amsingh.md:
--------------------------------------------------------------------------------
1 | ##*Test*
2 |
--------------------------------------------------------------------------------
/test-doc-mapes.md:
--------------------------------------------------------------------------------
1 | *strikethrough*
2 |
3 | #header
4 |
5 | ##header2
6 |
--------------------------------------------------------------------------------
/test45:
--------------------------------------------------------------------------------
1 | test
2 |
--------------------------------------------------------------------------------
/tester.md:
--------------------------------------------------------------------------------
1 | # This is a demo
2 |
3 | *italics*
4 |
--------------------------------------------------------------------------------
/testhello:
--------------------------------------------------------------------------------
1 | test
2 |
--------------------------------------------------------------------------------
/tgaFile.md:
--------------------------------------------------------------------------------
1 | #THIS IS MY FILE!
2 | -**This is my content**
3 |
4 | ##WEEEEEEEEE
5 |
--------------------------------------------------------------------------------
/tyrus-file:
--------------------------------------------------------------------------------
1 | *markdown*
2 |
3 | -wwhy
4 | --why
5 | ain't working...
6 |
--------------------------------------------------------------------------------
/viveka-demo-file:
--------------------------------------------------------------------------------
1 |
2 | *italics*
3 |
--------------------------------------------------------------------------------
/vmystic.md:
--------------------------------------------------------------------------------
1 | ## This is a test file
2 | - Awesome
3 | - *Not Awesome*
4 |
--------------------------------------------------------------------------------