Watch this amazing video on Git
https://www.youtube.com/watch?v=2sjqTHE0zok
Great article on Coding Career
Coding Career Advice: Using Git for Version Control Effectively
Questions
- [ ] What is version control?
- [ ] What are Pull Requests? How do you make them?
- [ ] What is merging?
- [ ] How to create branches, why do we do that?
- [ ] What is commiting?
- [ ] How can you amend a message of git commit
- [ ] What is .gitignore, why do we need it?
- [ ] What is a merge conflict? how do we resolve it?
- [ ] How do you see previous logs in github?
- [ ] How do you clone a repository?
- [ ] How do you fork a repository? What is the difference between cloning and forking?
- [ ] Who created git? What are some platforms other than github to use version control?
- [ ] What is github actions?
- [ ] How can you deploy to vercel or netlify from github actions?
- [ ] What is CI CD?