/getting-started-git

This repo is for practice and start to be familiar with git commands

Getting started with Git

Beginners guide by @cronicascodeando

This is an image This repo is for practicing and start to be familiar with git commands.

Clone the repository

1.- Install Git and create a Github Account

to confirm you have installed git, enter git in your terminal and you should see something like this: git usage in terminal

2.- Clone git repository in your local. Go to clone button to the repository you are interested in, copy the url and use this command: git clone https://github.com/SandraMarcelaHerreraArriaga/getting-started-git.git

git clone example