Re: [git-users] Git add vs commit

2018-06-12 Thread Magnus Therning
Sharan Basappa writes: I would like to know the difference between Git add vs commit. I would like to know what happens under the hood when we do git add vs git commit. Basically, I am confused why there are 2 steps before any change is pushed onto the remote This is one of the best des

Re: [git-users] Git add vs commit

2018-06-09 Thread Sharan Basappa
Thanks, Konstantin and Philip On Sunday, 10 June 2018 00:54:10 UTC+5:30, Philip Oakley wrote: > > From: "Sharan Basappa" > > on: Saturday, June 09, 2018 1:11 PM > >I would like to know the difference between Git add vs commit. > > I would like to know what happens under the hood when we do git

Re: [git-users] Git add vs commit

2018-06-09 Thread Philip Oakley
From: "Sharan Basappa" on: Saturday, June 09, 2018 1:11 PM I would like to know the difference between Git add vs commit. I would like to know what happens under the hood when we do git add vs git commit. Basically, I am confused why there are 2 steps before any change is pushed onto the remote

Re: [git-users] Git add vs commit

2018-06-09 Thread Konstantin Khomoutov
On Sat, Jun 09, 2018 at 05:11:31AM -0700, Sharan Basappa wrote: > I would like to know the difference between Git add vs commit. > I would like to know what happens under the hood when we do git add vs git > commit. > > Basically, I am confused why there are 2 steps before any change is pushed