Re: [PATCH 19/19] doc: promote "git switch"

2019-01-31 Thread Duy Nguyen
On Thu, Jan 31, 2019 at 2:39 PM Eric Sunshine wrote: > > diff --git a/builtin/clone.c b/builtin/clone.c > > @@ -491,7 +491,7 @@ static enum { > > static const char junk_leave_repo_msg[] = > > N_("Clone succeeded, but checkout failed.\n" > > "You can inspect what was checked out with 'git sta

Re: [PATCH 19/19] doc: promote "git switch"

2019-01-30 Thread Eric Sunshine
On Wed, Jan 30, 2019 at 4:50 AM Nguyễn Thái Ngọc Duy wrote: > The new command "git switch" is added to avoid the confusion of > one-command-do-all "git checkout" for new users. They are also helpful > to avoid ambiguation context. > > For these reasons, promote it everywhere possible. This include