My Git Knowledge

SagXD@lemm.ee to Programmer Humor@programming.dev – 1080 points –
170

You are viewing a single comment

git checkout ma

If you don't have autocomplete set up for your shell, get it working. If someone has a different branch named ma..., ask if you can delete it, and get your team to adopt a decent branch naming convention.

git checkout ma

mai_new_chenges 
march_deploy_second_final_final_fixed      
main_fixes       
mast_not_farget_to_delete_it

...yeah, I already said that if there is another branch starting with those letters it should be deleted. You need a naming convention.

I really wish to work in a team where people have naming conventions for branches that are concerned about stuff like that. Must've been a nice place to work at.

Whoever named the "final final fixed" one seems to have missed the point of version control. 😑