Category: Git

  • Git Workflow

    Introduction Git is widely-used and is a very powerful tool for version control of computer code. It is not particularly easy or intuitive to use, however with a few simple commands you can get productive fairly quickly. Joining a project You will typically join a project on a code repository such as GitHub or Bitbucket…