Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 635 Bytes

File metadata and controls

19 lines (10 loc) · 635 Bytes

c01-git03

Questions (answer inline)

  1. Did you notice any difference in the size of the repo before and after adding the big file?

  2. What is the reason for this problem?

  3. How do you remove something from Git history after it is pushed to the remote repository? Which commands would you use?

  4. What are the consequences of the previous action?


Answer for exercise c01-git03