4

When you're working on a project (directly on the FTP) from your computer at work and your computer at home and you didn't reload the code on your computer at home, so you just overwrite everything you just did during the day when saving a small edit... #FunTimes #FML #NoBackup

Comments
  • 3
    I've done that too many times. I use git or some form of VCS from the start for everything now, no matter how small the project seems
  • 0
    I use git for 'non-server-projects' but because this project requires a software client, server and database, it's to much to setup locally :D It also never occurs in me for saving the files locally to upload to github..
  • 0
    Try WinSCP instead! xD xD xD

    Just kidding! xD
    GIT is what you need ;)
  • 1
    @BertMaurau Too much work to setup a test environment? Man... This can't be a big client?
  • 0
    @drRoss No it isn't ;) but it's also very unpractical to set up a test environment. Requires a new database, new dns record, modified version of the client software,.. It's to heavely integrated into the software for changes without affecting the other users. If it would be standalone script, I would have set up a testing environment :D
Add Comment