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
DANGER
Using Git with Visual Studio
Questions ?
www.enformat.cat
By Enric Forn
Software engineer and mountain biker