Skip to content

Ognetsfan/A02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A02

How to use github tutorial

Download and install Git from website

open a terminal or command prompt

set username and email using command git config global user.name ' ' and git config global user.email ' '

check if git is installed and configured correctly by typing git--version

#clone repository #when cloning repository go to github repository that you want to work with, click on "code" button and copy the ssh url #in webstorm select "Checkout from version control" >"Git" #Paste ssh url into the "url" field #choose directory to clone repository into #click "clone" #Configure github in webstorm #open webstorm #go to "file">"settings" #navigate to version control"version control"> "github" #click on "+" button to add github account #enter github credentials and press "login"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors