0% found this document useful (0 votes)
62 views

Selenium QA Git: Presentation Title 1

This document appears to be a presentation about using Git for version control and collaboration on projects. It includes sections on file structure in Git, creating and managing projects and team members, downloading Git projects, basic instructions for cloning a project repository, configuring Git, and making an initial commit and push. The presentation provides an overview of key concepts and steps for getting started with Git.

Uploaded by

andr2008
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

Selenium QA Git: Presentation Title 1

This document appears to be a presentation about using Git for version control and collaboration on projects. It includes sections on file structure in Git, creating and managing projects and team members, downloading Git projects, basic instructions for cloning a project repository, configuring Git, and making an initial commit and push. The presentation provides an overview of key concepts and steps for getting started with Git.

Uploaded by

andr2008
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Selenium QA

Git

Presentation title

File location layers

Presentation title

Git tree

Presentation title

Create project

Presentation title

Manage team members

Presentation title

https://code.google.com/p/tortoisegit/downloads/list
Turtois Git

http://msysgit.github.io/
Git

Download
project

Presentation title

Short instruction
Create folder on disk
Example C:\Project-name

Click right button and do clone project by link


https://code.google.com/p/project-name

Now you have your project dir linked with Git repo

Presentation title

Git configuration

Presentation title

First commit
Simply click right button and commit your changes. Do not forget
to PUSH
Git will ask you password to commit, find it in
https://code.google.com/hosting/settings

Do you best to write good code

Presentation title

You might also like