Git - Hints

Git – standard things to know

  • When creating a repository, it will create a master. But you have problems creating other branches until there are files in master.

  • After creating a repository, create a readme.md file, add and commit it to master.

  • Git Pull - is a shortcut for Git Fetch and Git Merge. I generally use git pull on the develop branch