14. Using an arrays as a container 15. Using a list: push_back, begin, end, size 16. Merge and splice lists. 17. Copy a list to a vector. 18. Push value in the list 19. Use a binary function object in list 'transform' 20. end() in list. 21. The difference between pu...
Here is our current state of our git graph before the branching:Creating a dev branchTo create a new branch (dev), we need click "Branch" on the top menu.Hit "Create Branch", then our git looks like this:Pushing the dev branch to GitHub...