Git
Embedded Systems Malaysia www.tinyurl.com/embeddedmy
Benefit Of Git - Show a real project example
1. Concurrent development among engineers
2. Version tracking
3. See changes between version easily
4. Easily to do testing on source code - branching
5. Revert to any version/stage easily - branching
6. Source code backup
7. Code/features merging
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Introduction to Git Concept
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Introduction to Git Concept
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Git : Branch
v0.1v0.2v1.0
Git Model
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Git Model : Branching
Always perform a git pull
before push
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Git Model : Fork + Pull Request (Use This For Project)
Always perform a git pull
before push
Embedded Systems Malaysia www.tinyurl.com/embeddedmy
References & Links
1. https://try.github.io
2. https://www.atlassian.com/git/tutorials

Git - Introduction