gitflow & code reviews - nikola...

30
1 Nikola Brežnjak, M.Sc TelTech Systems GITFLOW & CODE REVIEWS

Upload: vanthuy

Post on 10-Feb-2018

226 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

1

Nikola Brežnjak, M.Sc TelTech Systems

GITFLOW & CODE REVIEWS

Page 2: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

2

Page 3: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

3

Page 4: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

4

Page 5: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

5

Page 6: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

6

Page 7: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

7

Page 8: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

8

Page 9: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

9

Page 10: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

10

git init

Page 11: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

11

git status

Page 12: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

12

git add

Page 13: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

13

git commit

Page 14: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

14

Page 15: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

15

git push origin master

Page 16: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

16

git checkout -b newF

Page 17: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

17

Page 18: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

18

Page 19: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

19

Page 20: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

20

Page 21: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

21

Collaboration

Page 22: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

22

Page 23: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

23

Page 24: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

24

Page 25: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

25

Page 26: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

26

Page 27: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

27

Page 28: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

28

Page 29: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

29

Page 30: GITFLOW & CODE REVIEWS - Nikola Brežnjaknikola-breznjak.com/portfolio/GitflowPresentation.pdf · feature branches Major feature for Feature next release for futu re release From

30