TV Show/All Seasons

I have a local update from github, that I checked out today, that adds an option to turn on/off displaying "All Seasons" for TV Shows.  Should I commit my changes back to github, or send them to someone important and let them deal with github?

 

Thanks

Alexandra

github + pull request?

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(-)

I noticed that github would let me check out my fork using svn, can I use svn on my fork instead?

>> svn

I have no idea - even the git command line is kind of new for me... I basically only use the github GUI for maintaining the code base.