Re: [git-users] Re: How to make git work!

2020-05-06 Thread rhkramer
On Wednesday, May 06, 2020 03:06:12 AM SJW wrote: > In the grand scheme of things - it probably doesn't matter but from a > cleanliness point of view, I'd prefer to not have to commit comment > changes... From the peanut gallery: if you don't commit comment changes, how would you expect them to

Re: [git-users] Re: How to make git work!

2020-05-04 Thread Alexandra Vass
Hey, With "git add ." you just add files in your local directory. (I terribly hate when people use it if they are beginner with git, because they don't get how git works yet.) You can't amend a commit which is not on your computer, which is expected, since than you could modify others commit