Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Overview

Information in installing and setting up git.

Details

Installing Git

  • https://git-scm.com/downloads
    • Download and install the appropriate version
    • I believe this also installs "Git Bash"

  • TortoiseGit - https://tortoisegit.org/
    • Major features to use
      • Clone (to create a repoistory)
      • Commit
      • Push/Pull
      • Switch/Checkout (when creating or getting a new branch)
      • Merge (when pushing changes from "master" to "develop")

 

  • n/a

 

 

 

  • No labels