<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div> <blockquote type="cite" class="clean_bq"><span><div></div><div>



<title></title>


<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><br></div></div></div></div></div></span></blockquote><div id="bloop_customfont" style="margin: 0px;"><br></div><div id="bloop_customfont" style="margin: 0px;">Thanks for the tip George. I do use Git on occasion, mostly when the project is a team effort or when I use Xcode and when Git is available on the production servers.</div><div id="bloop_customfont" style="margin: 0px;"><br></div><div id="bloop_customfont" style="margin: 0px;">In other cases, particularly with legacy servers. Git or any other code repository is not an option unfortunately.</div><div id="bloop_customfont" style="margin: 0px;"><br></div><div id="bloop_customfont" style="margin: 0px;">Not using Git locally is mostly out of habits that I’ve developed over the past 35 years. (I’m not really that old but started coding when I was 13… ok I’m old).</div><div id="bloop_customfont" style="margin: 0px;"><br></div><div id="bloop_customfont" style="margin: 0px;">Plus I’ve had some bad experiences with damaged or lost files due to Git commands gone wild, merges, reset, revert etc. probably due to newbie misunderstanding on what the command actually does on my part.</div><div id="bloop_sign_1401203162020894976" class="bloop_sign"><div style="font-family: helvetica, arial;"><br></div><div style="font-family: helvetica, arial;">Maybe I’ll fully convert to Git if I can’t keep track of files my usual way.</div><div style="font-family: helvetica, arial;"><br></div><div style="font-family: helvetica, arial;"><br>Ed Wong<br><br></div></div></body></html>