Workshop #2 Answers
I am using Windows, for Linux based operating system follow respective commands.
md WS1
cd WS1
echo File1 content added to the file >file1.txt
git status
git add .
git status
git branch WS1
git checkout WS1
git commit -m "file1.txt added"
git statu...
simplekit.hashnode.dev2 min read