Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 306 Bytes

basic-exercises.md

File metadata and controls

5 lines (3 loc) · 306 Bytes

Basic Git Exercises

  1. Assume that you created a new file in a project. What would you do to start tracking it under git (let's assume that the direktory you are currently in already exists)?

  2. In the morning, what would you do to make sure you have the most current git branch on your local machine?