♥bruyndoncx Posted April 28, 2012 Share Posted April 28, 2012 I found this blog post, which outlines a way to move from my local custom filebase to a repository on GIT. http://blogs.ihwy.com/dev/post/Git-and-OSCommerce.aspx I have no experience with GIT, is this considered the best way to do this ? Any alternatives or better ways, Anything in particular to consider ? I would like to share some code with people and have an easier way to keep uptodate on any changes coming along. I've started from an 2.2 MS2 base I've used version control systems quite some time ago and are familiar with file groupings and version classes and release management overall, but have no clue on how to start with git. Any books/tutorials or other information that might help to get me upto speed quickly ? Thanks Carine KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Link to comment Share on other sites More sharing options...
foxp2 Posted April 29, 2012 Share Posted April 29, 2012 hi, you can start with this screencast : https://github.com/osCommerce/oscommerce/wiki Regards Link to comment Share on other sites More sharing options...
♥bruyndoncx Posted May 3, 2012 Author Share Posted May 3, 2012 Laurent, in my store thread, gitorius is mentioned. Is it so that using GIT locally, you can decide if you use github or gitorius repositories within the same local environment ? KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Link to comment Share on other sites More sharing options...
foxp2 Posted May 5, 2012 Share Posted May 5, 2012 Laurent, in my store thread, gitorius is mentioned. Is it so that using GIT locally, you can decide if you use github or gitorius repositories within the same local environment ? read this : http://stackoverflow.com/questions/36862/how-do-you-organise-multiple-git-repositories Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.