Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 683 Bytes

File metadata and controls

22 lines (11 loc) · 683 Bytes

Git Basics

make sure git is installed on your machine

See Installation Guide

Get the sources

From Command Prompt

git clone https://github.com/ACPartners/TimeRegistrationDemo.git

In Visual Studio

Go to Team Explorer => Connections => Local Git Repositories => Clone and fill in our adress: https://github.com/ACPartners/TimeRegistrationDemo.git

Commiting you can do in Visual Studio or from the commandline

Sending code back to our repositories: When working with many people you don't just check in on the master branch, usually you make your changes on your own branch and make a pull request for this to be merged into master.