Pieter Praet wrote: > diff --git a/INSTALL.md b/INSTALL.md > index b009aa1..ee94720 100644 > --- a/INSTALL.md > +++ b/INSTALL.md > @@ -73,9 +73,9 @@ First get the repository: > > You then have the choice between the `maint` (stable), `master` > (development), and `next` (experimental) branches. Unless you have > -choosen `master` you need to create and checkout the branch. > +chosen `master` you need to create and checkout the branch. > > - $ git checkout -b BRANCH > + $ git checkout -b LOCAL-BRANCH REMOTE-BRANCH
Unnecessary. Modern git sets up tracking information automatically, using branch names. -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
