Learning github collaboration basics
- Repository means project folder.
- Commit means save checkpoint.
- Push means upload changes to GitHub.
- Pull means download latest changes from GitHub.
- Branch means safe separate workspace for a feature.
I created a branch to safely make changes without disturbing main.
I created a new branch to push->merge to main->pull.
I cloned a repository, created a branch, and practiced team-style contribution.
Conflict line: changed by my branch