How to import GitHub projects into Flash Builder
Here’s how to clone a GitHub repository and view it in Flash Builder.
Prerequisites
This post assumes that you’ve got EGit installed in your Flash Builder. If you haven’t installed it yet, follow the instructions in this post: how-to-setup-git-on-flash-builder-4-5/
- Go to the GitHub page you want to import the repository from.
Copy the URI onto the clipboard:

- Bring up the Git Repositories panel (from Window>Show View>other…)
Click on “Clone a Git Repository and add the clone to this view“:

- Paste in the URI from your clipboard and press Finish.
If you are cloning a read-only repo, ignore the connection settings and authentication.

- Select the branch/branches you want to import:

- Select a local folder where the repository will be stored.
Consider using your Flash Builder Workspace folder, to keep your projects organised.
Ignore the other settings, click Next, then Finish.

- At this point you should be able to see the repository in the Git Repositories panel.
- Nearly there: Right Click in your Package Explorer panel and click Import

- Select Git>Projects from Git:

- Select your project and click Finish.
That’s it!
One Response to How to import GitHub projects into Flash Builder
Leave a Reply Cancel reply
Tags
3D Printing air apparat as3 colours cpd datagram FDT flash flash builder flex FlexCPD FlexMetrics FlexPMD flex skinning FlexUnit git grails groovy hudson jenkins joomla Launchpad linux mac maven Maya netfabb os x lion parsley performance pmd replicatorg reprap scala scien scientific linux sonar sts subclipse svn udp ultimakerBlogroll


Painless! Thanks for the post