wahnsinn’s avatarwahnsinn’s Twitter Archive—№ 9,940

  1. …in reply to @tomasnorre
    @tomasnorre @s_michaelsen After your tweets, I was wondering if this would work for git merge, too. And it's awesome, that it does! 🤯 Given, you are in any feature branch, you want to merge into master, you can type: $ git checkout master $ git merge - #TIL #git