Dumb question about git
Jonathan M Davis
jmdavisProg at gmx.com
Fri Mar 2 10:10:45 PST 2012
On Friday, March 02, 2012 14:47:00 Graham Fawcett wrote:
> On Thu, 01 Mar 2012 17:16:59 -0500, Jonathan M Davis wrote:
> > If you make changes in a branch and want them on top of what's in
> > master, then do
> >
> > git-rebase master
>
> While "git-rebase" may be available on your system, I think the typical
> spelling would be
>
> git rebase master
Both should work, and the man page is going to be for git-rebase. Pretty much
all of the git commands can be used with or without a -.
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list