Team Collaboration in Github
For Main account( Initial Configurations ) —-
Steps —-
1 - Create a Github Repo
2 - Open VS Code —(Make sure you have Git and Vs code in your system)
Enter these commands-
echo "# hello" >> README.md
git init git add README.md or git init git add ....
ankitsinghmehradev.hashnode.com3 min read