Rule of Silence: When a program has nothing surprising to say, it should say nothing.
Personal note:
Have you noticed that Git doesn't confirm anything when you use some commands? This is due to the Unix Philosophy which aims for simplicity and provides feedback only when necessary. Git adheres to this philosophy, so when no confirmation message appears, it means everything went as expected, allowing you to focus on your work without distractions.