If you are like me, you like using git in the terminal. Here are few absolutely essential git commands I use everyday. git checkout -b somebranch # start working on a branchgit commit -am 'conquered the world’ # add and commit your changesgit push origin HEAD # create PR in your remotegit fetch+ git rebase… Czytaj dalej Most common git commands