#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
| # built application files | |
| *.apk | |
| *.ap_ | |
| # files for the dex VM | |
| *.dex | |
| # Java class files | |
| *.class |
| /* | |
| * Copyright (C) 2013 Square, Inc. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| package FoxholeYAML | |
| { | |
| import flash.geom.Point; | |
| import flash.utils.Dictionary; | |
| import org.josht.starling.foxhole.layout.ILayout; | |
| import org.josht.starling.foxhole.layout.LayoutBoundsResult; | |
| import org.josht.starling.foxhole.layout.ViewPortBounds; | |
| import org.osflash.signals.ISignal; | |
| import org.osflash.signals.Signal; | |
| import starling.display.DisplayObject; |
#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync