tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Help with git/wip



On Wed, Jul 26, 2017 at 08:58:58PM +0200, Thomas Klausner wrote:
> > So "commit" doesn't actually commit?
> 
> Yes.

Sorry, I misread this.

There's a staging area in git, where you can prepare which of the
changes you want to commit you want to commit _this_ time. git add/git
rm add changes to that staging area. git commit converts the changes
from the staging area into a commit.
 Thomas


Home | Main Index | Thread Index | Old Index