BYU Web Service Manual
HomeToolsWeb Service manual Edit Page

Git

Git is a version control system that helps you track your programming changes, backup your code, and share it with others. It also allows multiple people to work on the same project without interfering with each other.

Verify that you have git installed

At the command prompt type: git –version

If you get something like this:

Congratulations! Git is installed.

If not, you need to install it. Here’s how:

Once you have it installed, go back to the command prompt and type: git –version

You should see something like:

Learn Git

Watch the following videos:

Here is a link to the Git Command Reference: https://git-scm.com/docs

Contributing Source Issue Tracker