Create master
Create master
Let us create a repo with initial content in the master and commit the same
git initecho "some content" >> code.txtgit add . git commit -m "initial"Last updated
Create master
Let us create a repo with initial content in the master and commit the same
git initecho "some content" >> code.txtgit add . git commit -m "initial"Last updated