Welcome to Web Development Bootcamp
Basic Git commands
- git init
- git status
- git add filename
- git add .
- git commit -m 'commit message'
- git remote add origin url
- git push -u origin
- How to create a branch
- How to see branches
- How to merge a branch
- How to create and checkout branch
- How to make a pull request between branches
- Cloning
- Forked 10 days of git and GitHub