Comment on git git git git gitComments−skrebbel25dI recommend also adding this: [alias] really = !exec git This solves the common situation where you could’ve sworn you pushed your worl, but colleague can’t find it regardless. You can then `git really push` to be sure.
Comments
I recommend also adding this:
This solves the common situation where you could’ve sworn you pushed your worl, but colleague can’t find it regardless. You can then `git really push` to be sure.