<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, May 26, 2014 at 3:55 PM, Ed Wong <span dir="ltr"><<a href="mailto:scampy@me.com" target="_blank">scampy@me.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div style="word-wrap:break-word"><div style="font-family:Helvetica,Arial;font-size:13px;color:rgb(0,0,0);margin:0px">it’s how I’ve always kept track of which files I’ve edited during development that I’ll need to move to production when the feature/bug is done.</div>
</div></blockquote><div class="gmail_quote"><br></div>Probably not the place for this, but you really should be using a version control system for this. Git commit,and git push locally, then git pull on the server and your changes are there. Even if you don't have access to a git/svn/etc server and it's a private project (so you can't use github) you can still use git locally to track your development.<div class="gmail_extra">
<br></div><div> </div></div>
</div></div>