Skip to content

Instantly share code, notes, and snippets.

@kv-kunalvyas
Created April 7, 2016 04:23
Show Gist options
  • Save kv-kunalvyas/f3ef69951c2088921131c4b70c0d732c to your computer and use it in GitHub Desktop.
Save kv-kunalvyas/f3ef69951c2088921131c4b70c0d732c to your computer and use it in GitHub Desktop.
$ git clone A
$ git clone B
$ cd A
$ git remote add B ../B
$ git fetch B
$ git branch B-master B/master
$ git merge B-master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment