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,
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
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
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
4 matches
Mail list logo