How do I make my source code update it's self?

  • HeyJD
    22nd Aug 2010 Member 0 Permalink
    How do I make my source code update it's self?
    So that when there's an update with TPT I don't have to download the code again.
  • Felix
    22nd Aug 2010 Member 0 Permalink
    Fork the repo on github and then you merge the updated code with your fork.
  • triclops200
    22nd Aug 2010 Former Staff 0 Permalink
    read the code setup tuorial I wrote on the wiki, it explained how to update.
  • HeyJD
    22nd Aug 2010 Member 0 Permalink
    Well it doesn't really explain that doing that step will update it...
  • Xenocide
    22nd Aug 2010 Former Staff 0 Permalink
    git commit -a -m "Your update"

    updates your source locally

    git push

    send your updates to github
  • Felix
    22nd Aug 2010 Member 0 Permalink
    antb:
    git commit -a -m "Your update"

    updates your source locally

    git push

    send your updates to github

    You fail to answer any of his questions.
  • Ark5
    22nd Aug 2010 Banned 0 Permalink
    This post is hidden because the user is banned
  • Xenocide
    22nd Aug 2010 Former Staff 0 Permalink
    I mis-read, i thought he meant update his code on github...


    On github click Fork Queue. You have the filter through all the "updates" what are shown, best ones to use are FacialTurd's after your download date, if theres any conflicts you'll have to go through them manually. Theres help available on that via a search on github.
  • bchandark
    22nd Aug 2010 Member 0 Permalink
    Ark5
    What's confusing? I tried to make it as clear as I could.