...
The App Factory perspective appears, displaying your applications in the application list in the upper right corner (click Refresh to update the list), details about the currently selected application in the lower right corner, and the build console in the lower center.
Working with an application
...
The application appears in the Project Explorer.
You can now navigate through the application's artifacts and double-click them to edit them in the Developer Studio editor.
You can also right-click an application root in the application list and update the application or change its repository settings.
To trigger a build, right-click the project from application list view and choose Deploy. The build logs appear in the console at the bottom of the window. To view the latest build logs for a specific branch, right-click the branch in the application list and choose Build Logs.
When you are finished making changes, you can check in the updated files by right-clicking the project in the Project Explorer and choosing Team > Commit.
Enter your user name and email, click OK, and then enter a commit message and select the files you want to commit.
...