#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
| public class Cricket | |
| { | |
| public static void main( String args[] ) | |
| { | |
| System.out.println("Hello Java\n"); | |
| System.out.println("---and---"); | |
| System.out.println("Bye Java"); | |
| } | |
| } |