Documentation / git-rebase-script.txton commit Mention post-update when we first talk about publishing a repository. (953e584)
   1git-rebase-script(1)
   2====================
   3
   4NAME
   5----
   6git-rebase-script - Rebase local commits to new upstream head.
   7
   8SYNOPSIS
   9--------
  10'git-rebase-script' <upstream> [<head>]
  11
  12DESCRIPTION
  13-----------
  14Rebases local commits to the new head of the upstream tree.
  15
  16OPTIONS
  17-------
  18<upstream>::
  19        Upstream branch to compare against.
  20
  21<head>::
  22        Working branch; defaults to HEAD.
  23
  24Author
  25------
  26Written by Junio C Hamano <junkio@cox.net>
  27
  28Documentation
  29--------------
  30Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
  31
  32GIT
  33---
  34Part of the link:git.html[git] suite
  35