Basic setup and steps to be followed while working with Git & Github
Lets begin with creating
1. GitHub Account ...
2. Creating a GitHub Repository ...
Next is
3. git init
4. git config --global
5. git add
6. git commit
7. git push
Next is
8. git checkout
9. git branch
10. git merge
11. git pull
Next is
12. working with multiple branches
Next is
13. Creating Pull Requests
14. Merging remote branch to remote main/master
Last is
15 .gitignore file
16 Practical example of its usage
For more details
Medium: / git-explained
👉 Let's continue to learn, share knowledge, and explore the limitless possibilities together. Feel free to reach out if you have any questions or insights to share!
Connect with me: https://lnkd.in/d8NeYBTB
Medium: / abhijit-paul