Today, I learned Git basics with my trainer. We covered:
- Creating a repository
- Cloning a project
- Basic Git commands
Git helps us track changes, collaborate, and share code. We'll use it to:
- Update our project work daily
- Share code with the team
- Collaborate on projects
I installed Git using terminal commands:
sudo apt update
sudo apt install git
- Set up my username and email
Encountered some issues, will discuss with trainer tomorrow. Excited to learn more!
At the end of the class, my friends and I played shuttlecock and volleyball in the park, which was opposite the Payilagam Institute.
Top comments (0)