Tag Archives: GIT

Flash CS5 and Version Control

Up until Flash CS5 the heart of any designer driven flash application has been the FLA file. This is a binary file that is unreadable by humans. It has always been possible to store FLA files in a version control … Continue reading

Posted in Flash | Tagged , , | 7 Comments

Using Git With Flash Builder 4 Part 2

Introducing GitHub In the last part of this series I warned that your local Git repository was not backed up anywhere. This is definitely a very bad situation. In order to fix this you just need to create a copy/clone … Continue reading

Posted in Development | Tagged , , | 4 Comments

Using GIT with Flash Builder 4 Part 1

At this point I would normally install subversive as my built in IDE version control system. I wanted to start a new project and so I would normally start by creating a subversion repository for it. But this morning was different, I felt it was time to officially jump ship and use GIT for all new projects. Continue reading

Posted in Development | Tagged , | 11 Comments