From Mental Model to Real Workflow: apply what you learned in Session 2, now directly in the terminal. Learn init, add, commit, push, branching, pull requests, and undo mistakes.
Speaker: M. Souhil | Dev Web Core Team
Club: Data Science Club — USTHB
- Build a real repo from scratch
- Init, add, commit, branch, merge
- Push to GitHub
- Git Setup:
config,init, first repo - Local workflow:
add,commit,log,diff - Remote workflow:
push,pull,clone - Branching workflow:
branch,switch,merge - Pull Requests: review & merge
- Undo / Fix mistakes:
restore,revert,reflog
- ⭐ Star the repository
- Explore content
- Apply what you learned