1. Staged changes are the ones that will be committed when you commit.
I.e., they are changes that have been git-added but not git-committed.
 `git add` is used to designate a set of changes, while `git commit`
actually commits it. Changes that have been staged but not committed
can be un-staged by use of `git reset`, whereas committed changes can
only be undone by rewriting history.

man git-add
vs
man git-commit

2. Can't help with this. Never used gitweb.


On Tue, May 13, 2014 at 10:23 AM, Jonathan S. Shapiro <s...@eros-os.org> wrote:
> I'm trying to use git this time around, mainly because it seems to be
> popular. I've hit two questions:
>
> 1. What is the difference between "stage" and "commit"? Is there someplace I
> can read up?
>
> 2. I want to deploy gitweb on dev.eros-os.com, but it isn't prepackaged.
> Pointers on how to do that?
>
> Jonathan
>
> _______________________________________________
> bitc-dev mailing list
> bitc-dev@coyotos.org
> http://www.coyotos.org/mailman/listinfo/bitc-dev
>
_______________________________________________
bitc-dev mailing list
bitc-dev@coyotos.org
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to