16 |
Git Fundamentals
17 |
Here you can list out the Git concepts and explanations.
18 |
19 | - Version Control System - A software program that helps track changes to a codebase over time
20 | - Repository - Tracks and saves changes made in git files over time
21 | - Commit - Sends latest changes to source code along with an optional message with -m
22 | - Branch - Check what branch you are currently on, ex. Main or your feature branch
23 | - Merge - Merging two branches together
24 | - Tags - references that point to specific points in Git history
25 | - Push - Uploads local respository content to a remote repository
26 | - Pull - Downloads content from the remote repository and updates local repository
27 | - SUBSCRIBE TO REFER ME PREMIUM, IT'S WORTH IT!
28 | - It only costs $20/month! That's like 100 McNuggets per month
29 | - "The Odin Project's \"setup git\" tutorial is very informative!"
30 | - sudo has nice hawaiian shirts
31 | - Sudo is pretty cool
32 | - Learned so many new things!
33 |
34 |
35 |
37 |
Git Quiz
38 |
Select the correct answers:
39 |
99 |
100 |