Fwd: [Feature- Request] Option to commit after checking out branch command is made

2019-06-03 Thread David Eisner
Hi all Interesting discussion. Though it's a pretty distant memory now, this "forgot to commit" scenario was really frequent for me when I started using git. Then I'd run commit and forget that it's split (from an outsider's perspective) into add and then commit. I like the design of git, trees,

RE: [Feature- Request] Option to commit after checking out branch command is made

2017-11-16 Thread Ninivaggi Mattia
6, 2017 1:20 AM To: Ninivaggi Mattia Cc: git@vger.kernel.org Subject: Re: [Feature- Request] Option to commit after checking out branch command is made Ninivaggi Mattia writes: > 1. I checkout a branch, without having commited first > > git checkout dev > 2. I get this error mess

Re: [Feature- Request] Option to commit after checking out branch command is made

2017-11-15 Thread Junio C Hamano
Ninivaggi Mattia writes: > 1. I checkout a branch, without having commited first > > git checkout dev > 2. I get this error message: > > error: Your local changes to the following files would be overwritten > by checkout: > > // List of files > > // .. > > // > > Please c

[Feature- Request] Option to commit after checking out branch command is made

2017-11-15 Thread Ninivaggi Mattia
Hey guys Sometimes I tend to forget to commit changes before I checkout another branch and the following scenario happens (via cli on windows [with git bash]): 1. I checkout a branch, without having commited first > git checkout dev 2. I get this error message: > error: Your local change