Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 433 Bytes

Readme.md

File metadata and controls

29 lines (17 loc) · 433 Bytes

Git practice

In this exercise we will role play as team of 4 and practice git workflows.

how to get stated

  1. Make a team of 4 developers.
  2. create a repo with this template.
  3. follow the speakers instructions.
  4. enjoy your learning!

commands

This are the git commands you will need for this exercise.

git clone

git checkout

git add

git status

git commit

git log

git pull

git push