DEV Community

Discussion on: Gittin' efficient with Git Push

Collapse
 
iamscottcab profile image
Scott

I think an alias like puf is fine because I use it regularly. I really only use longer ones if it's something I don't use often and the longer form is easier to remember.

As long as the alias is shorter than the alternative command then generally I don't overthink it.

Definitely love your point about making standards across the business. We enforce pretty strict coding and commit standards but are generally pretty flexible about the git tools (CLI or GUI) and preferences to the developer as we hope our linters and CI policies stop anything untoward.

Definitely keen to look at applying some standards to git configs and practice though :)