I don't know if I did this correctly or not... I never use GIT but here is my the output of my terminal window. If I need to do anything else just let me know...
Vamp:PlexConnect-fork alexandra$ git diff --name-only
ATVSettings.py
XMLConverter.py
assets/templates/Settings/TVShows.xml
Vamp:PlexConnect-fork alexandra$ git status
# On branch master
# Changes not staged for commit:
# (use "git add ..." to update what will be committed)
# (use "git checkout -- ..." to discard changes in working directory)
#
# modified: ATVSettings.py
# modified: XMLConverter.py
# modified: assets/templates/Settings/TVShows.xml
#
no changes added to commit (use "git add" and/or "git commit -a")
Vamp:PlexConnect-fork alexandra$ git add ATVSettings.py
Vamp:PlexConnect-fork alexandra$ git add XMLConverter.py
Vamp:PlexConnect-fork alexandra$ git add assets/templates/Settings/TVShows.xml
Vamp:PlexConnect-fork alexandra$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD ..." to unstage)
#
# modified: ATVSettings.py
# modified: XMLConverter.py
# modified: assets/templates/Settings/TVShows.xml
#
Vamp:PlexConnect-fork alexandra$ git commit -m "Added option to show/hide 'all episodes' for tv shows'
>
Vamp:PlexConnect-fork alexandra$ git commit -m "Added option to show/hide 'all episodes' for tv shows"
[master ad9ed70] Added option to show/hide 'all episodes' for tv shows
Committer: Alexandra Beebe
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:
git config --global user.name "Your Name"
git config --global user.email you@example.com
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
3 files changed, 14 insertions(+), 0 deletions(-)