Git Commands for Teams Developer


Cloning a Repository

Get your own copy of a Repo from one of the git hosting services
git clone <repo-url>
or
git clone --mirror https://gitlab.com/imagine-digital/vt-support.git

Current Status

see all previous commits, author and dates
git log
see on what branch you are at
git status

Check for Existing Branches

see what Branches exists
git branch

Create new branch

create a new branch if necessary
git
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.