Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Scott 10/6/2014
16 changes: 16 additions & 0 deletions main_file.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Adding a new line.... o

This is the main file for the repo.

This repository will be used for learning git.

In addition to learning git, people can learn how to make good commit messages.

A good commit message is like a good email. It has a well written easy to read
subject that is short, followed by a longer well written body. Both are
separated by a blank line. The subject should not be longer than 50 characters

For example:

xxxxxxxx1xxxxxxxxx2xxxxxxxxx3xxxxxxxxxx4xxxxxxxx5
This is the subject of my commit. No more than 50

This is the body of my commit, it can be longer than the subject
and should clearly explain what the purpose of this commit is.
1 change: 1 addition & 0 deletions secondary_file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Here is another file, to show git can track multiple files.