DEV Community

Discussion on: Moving from beginner to (slightly more) advanced git with aliases.

Collapse
 
maschall profile image
Mark Schall

I use gitx on Mac to do most of my committing just because I want to be sure what's in and what's not in the commit.

I've always done command line aliases (bash and bat), like 's' for 'git status', but I'm starting to think about using git aliases instead to remind myself I'm still in a git frame of mind.