Αναβάθμιση wordpress με git

Ανάμεσα στα άλλα κάνω maintain το wordpress blog που έχουμε στο Ιδεόπολις. O κώδικας του blog έχει το δικό του branch μέσα στο git αποθετήριο του wordpress.

Αυτό πρακτικά σημαίνει ότι κάθε αναβάθμιση (όπως η τελευταία security release 2.6.5) είναι μόνο τρεις εντολές:

     $ git fetch origin
     $ git checkout my_blog
     $ git rebase 2.6.5 (non-conflicting)

Make a comment!

About Comments

Your email won't be published for any reason. It's only kept for archive reasons if i want to contact you. You can use markdown syntax.