Git Branching Strategies
Lectures 29 • 40 slides
Narration
Lecture 29 Slide 1: Welcome to the Basics of Git/GitHub
Today's Theme
mindmap
root((Lecture 29))
Git Basics
init
add
commit
GitHub
clone
push
pull
Branch
Create
Merge
Git/GitHub Basics: Version Control and Team Development
Review of Last Time
- Basics of Asynchronous Processing
- Fetch API and JSON
- async/await
What You Will Learn Today
- What is Version Control?
- Basic Git Operations
- How to Use GitHub
- Commit, Push, Pull
- Basics of Team Development
Why is Git Necessary?
- Manage code change history
- Development with multiple people
- Can revert to past versions
- Know where, who, and what was changed
Today's Goal
Be able to perform basic Git operations,
and be able to manage and share code on GitHub
1/40