Jörg F. Wittenberger scripsit:

> Looks like I shot myself into the foot (using git) again the very same
> way.  (Looks like "git add" caches the changes, thus must be given not
> once per file but once I'm done changing things.)

As long as all your changes are going into a single patch, avoiding
"git add" and going with "git commit -a" is usually safer.
See <https://xkcd.com/1597>.

-- 
John Cowan          http://www.ccil.org/~cowan        co...@ccil.org
                Charles li reis, nostre emperesdre magnes,
                Set anz totz pleinz ad ested in Espagnes.

_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to