<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>To add to this, we manage our Wordpress sites in Git as well. We include Wordpress's official Git repo (which syncs against their SVN every 15 minutes) as a submodule in our projects, referencing their version tags.</div><div><br></div><div>Here's the Wordpress git repository: <a href="https://github.com/WordPress/WordPress">https://github.com/WordPress/WordPress</a></div><div><br></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">_______________________________</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Nick Weaver</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-style-span" style="font-size: medium; ">Director, Web Services</span></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">University Communications</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">University of Wisconsin-Madison</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="http://www.wisc.edu">http://www.wisc.edu</a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">608-263-9141</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><a href="mailto:jnweaver@wisc.edu">jnweaver@wisc.edu</a></p></div></span></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br><div><div>On Sep 26, 2013, at 9:20 AM, Ken Newquist <<a href="mailto:newquisk@lafayette.edu">newquisk@lafayette.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br>On Sep 25, 2013, at 8:50 AM, Thorp, Timothy wrote:<br><br><blockquote type="cite">Hi. I am a bit new to this list but am writing to discuss methods of maintaining the system including its themes and plugins. <br></blockquote><br>We're a git shop, so we import the SVN repos into git and then go from there. In git we use a main repo for the wordpress code, plus submodules for individual plugins and themes. It required some work to get the import set up, but we found it works very well for our purposes (especially since all of our custom code and themes is managed in git as well). It'd be happy to put you in touch with our git guru if you'd like to know more.<br><br><blockquote type="cite">Along the lines of ongoing maintenance, there is the question of whether to use JetPack or not and I also just discovered a neat wordpress command-line interface app at <a href="http://wp-cli.org/">http://wp-cli.org/</a> and wonder if anyone out there has been using it.<br></blockquote><br>We found the CLI to be very limited, but then again, we were hoping for something along the lines of Drupal's drush.<br><br><br>Ken Newquist<br>Director, Web Applications Development<br>Lafayette College<br>p: 610.330.5759<br>e: <a href="mailto:newquisk@lafayette.edu">newquisk@lafayette.edu</a><br>web: <a href="http://sites.lafayette.edu/newquisk">http://sites.lafayette.edu/newquisk</a><br>podcast: <a href="http://sites.lafayette.edu/coffeebreak">http://sites.lafayette.edu/coffeebreak</a><br>cal: <a href="https://webmail.lafayette.edu/home/newquisk@lafayette.edu?fmt=freebusy">https://webmail.lafayette.edu/home/newquisk@lafayette.edu?fmt=freebusy</a><br><br><br><br><br><br><br>_______________________________________________<br>wp-edu mailing list<br><a href="mailto:wp-edu@lists.automattic.com">wp-edu@lists.automattic.com</a><br>http://lists.automattic.com/mailman/listinfo/wp-edu<br></blockquote></div><br></body></html>