Wiki

Articles tagged with "git", sorted by ratingX
Displaying 1-6 of 6 result(s).

Starting your Yii Project Reference Guide (with Git VCS in Linux)

Created about a year ago by marcanuyTutorials4 comments – viewed 13,301 times – ( +15 )
I've found useful to have a step by step reference guide to work with Git with most used commands, feel free to update it with useful information you may find interesting too.

Collaborative software with git

Created about a year ago by sensorarioTutorials0 comments – viewed 4,186 times – ( +9 )
The most difficult thing in a big project, is to manage conflicts with files modified by others users. Git can do this work for us.

How to: use github for download yii, create new app, and store our modules or extensions.

Created 11 months ago by sensorarioHow-tos1 comment – viewed 4,661 times – ( +7 )
Yesterday I've written a module for myself. Just an experiment. When I was feeling satisfied, I've created a repository on github, and pushed my code. My module and yii are on github. So I'll show you a "new" way to start our yii projects.
tags: github, git

Using SQLite and CDbMessageSource as a module

Created 10 months ago by pheadeauxHow-tos4 comments – viewed 4,361 times – ( +4 )
There are scenarios when you work with DVCS (like Mercurial or Git) and CDbMessageSource. To my experience keeping the development database and production database in sync can be very time consuming. Plus, when working in a team, you never know when the database was updated.

Create Yii Project In Cloud9

Created 8 months ago by BenTutorials5 comments – viewed 7,611 times – ( +3 )
This tutorial will guide you through the process of creating a yii application using Cloud9. We will use a git workspace to enable version control and also show how to link the Cloud9 workspace to GitHub.

Publish yii webapp using Git push

Created 10 months ago by rootbearHow-tos6 comments – viewed 3,590 times – ( +2 )
I did not invent this instructions, I read it somewhere and re-organized in my way as I was trying and it works for me;
tags: git