10 minutes which will learn you the basics of Git

Niels G. Johansen
hexatown//blog
Published in
1 min readMar 15, 2018

Spend a few minutes on this and understand the main components and interactions of a Git repository making.

  • Create and use a repository
  • Start and manage a new branch
  • Make changes to a file and push them to GitHub as commits
  • Open and merge a pull request

--

--