RE: git switch and restore user interface

2019-08-19 Thread Randall S. Becker
On August 19, 2019 5:41 AM, Ed Avis wrote: > To: git@vger.kernel.org > Subject: git switch and restore user interface > > I think it would be helpful for git switch to print a reminder of the old and > new branches. > > Hi, a couple of suggestions for these experiment

git switch and restore user interface

2019-08-19 Thread Ed Avis
I think it would be helpful for git switch to print a reminder of the old and new branches. Hi, a couple of suggestions for these experimental new commands. Git switch should print the branch you are leaving: % git switch foo You were previously on branch bar (abcdef). You are now on branch fo