Skip to content

Instantly share code, notes, and snippets.

@javahometech
javahometech / janardhan.java
Last active September 29, 2016 13:45
simple java code_gists
View janardhan.java
public class Cricket
{
public static void main( String args[] )
{
System.out.println("Hello Java\n");
System.out.println("---and---");
System.out.println("Bye Java");
}
}
@javahometech
javahometech / Janardhan-(git-branch-between-different-repositories).md
Last active September 29, 2016 16:19
How to fork a github repository in bitbucket
View Janardhan-(git-branch-between-different-repositories).md

#Create bitbucket branch

##Create local branch

$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
  master
* sync
View git-branch-between-different-repositories.md

#Create bitbucket branch

##Create local branch

$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
  master
* sync