1git-octopus-script(1) 2===================== 3v0.99.5, Aug 2005 4 5NAME 6---- 7git-octopus-script - Merge more than two commits. 8 9 10SYNOPSIS 11-------- 12'git-octopus' 13 14DESCRIPTION 15----------- 16After running 'git fetch', $GIT_DIR/FETCH_HEAD contains the 17following information, one line per remote ref: 18 19------------------------------------------------ 20<object name> <ref name> from <repository> 21------------------------------------------------ 22 23Using this information, create and commit an Octopus merge on 24top of the current HEAD. 25 26 27Author 28------ 29Written by Junio C Hamano <junkio@cox.net> 30 31 32Documentation 33-------------- 34Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. 35 36GIT 37--- 38Part of the link:git.html[git] suite 39