On Sun, Dec 04, 2022 at 02:40:05PM +0100, rozanski.s...@gmail.com wrote:

> Yes, only we are still talking about "conscious action" here. - my goal is
> to protect myself from "emergencies". Everything that is done is not sent
> "online" to the GIT - there is a "gap" in time between the "current work"
> and the moment of commit. This can sometimes take quite a long time -
> depending, on many different situations.
[...]

I undestand you but I do not fully buy this argument.

Git trivializes committing and branching, so if you're afraid of emergencies
(understandable), familarize yourself with an approach where you create
sequences of ugly commits and push them up to throw-away branches with names
like "crazy-idea". Once you consider that "crazy idea" to have actually
cooked, make that branch and use `git rebase` to turn it into a
beautifully-crafted series of commits.

To say that in other words, having a long-standing local uncommitted local
changes which are precious is usually indicative of not fully grasping the
Git's "spirit". There's no need to sit on your local changes.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/20221204150447.wxz32mbeqz2pretw%40carbon.

Reply via email to