This is the command git-graft that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
git-graft - Merge and destroy a given branch
SYNOPSIS
git-graft <src-branch> <dest-branch>
DESCRIPTION
Merge commits from <src-branch> into <dest-branch>
OPTIONS
<src-branch>
<dest-branch>
EXAMPLES
$ git graft new_feature dev
Use git-graft online using onworks.net services