Skip to content

Instantly share code, notes, and snippets.

@javahometech
javahometech / janardhan.java
Last active September 29, 2016 13:45
simple java code_gists
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

#Create bitbucket branch

##Create local branch

$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
  master
* sync
@javahometech
javahometech / git-branch-between-different-repositories.md
Last active January 4, 2024 14:03 — forked from afeish/git-branch-between-different-repositories.md
How to fork a github repository in bitbucket

#Create bitbucket branch

##Create local branch

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