Curious programmer sharing byte-sized knowledge on dev.to. Passionate about Git, GCP, TypeScript, Next.js, and DevTools. Enjoys collaborating with others and leading by example.
Location
Mauritius
Education
Computer Training Institute & Le Wagon
Pronouns
she/her
Work
Director & Software Engineering Team Lead at Cloudsure Limited
I have a walkthrough if you are interested in using git interactive mode git add -i which I use when I want to break down my commits into semantic/atomic commits instead of committing all changes (usually a few small feature changes) in one go.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Thank you, this list is a gem.
I have a walkthrough if you are interested in using git interactive mode
git add -iwhich I use when I want to break down my commits into semantic/atomic commits instead of committing all changes (usually a few small feature changes) in one go.