Hacker News new | ask | show | jobs
by noselasd 4795 days ago
But even typing git pull isn't canonical, bar what the defaults are. git pull pretty much does a git fetch && git merge for you.
1 comments

Yes but that's the default behaviour of git pull so it's expected to fetch and merge when you pull. Changing the default behaviour can lead to confusion or mistakes.