Git basics

Enric Forn 

@eforn

Index

- Git ?

- Basic commands

- Using Git with Visual Studio

-Questions

Git ?

- Distributed Version Control System

- Local / Remote repository

- Clone = full backup

 

Basic Commands

- git clone

- git status

- git fetch

- git log

- git commit -m "adding ftpsync" 

-git push

- git reset --soft HEAD~

- git push origin -delete dev 

- git branch -D dev

- git branch PRJ-1456

- git cherry-pick 

- git commit --amend

-git revert <id-commit>

- git clean

Basic Commands

DANGER

 

Using Git with Visual Studio

Using Git with Visual Studio

Using Git with Visual Studio

Using Git with Visual Studio

Using Git with Visual Studio

Questions ?

Git-basics

By Enric Forn

Git-basics

  • 552