Workshop #1 Answer
Practicing lessons 1 to 7
Apr 5, 20221 min read25
Search for a command to run...
Series
Here we practice what we learnt in Git Tutorial. Real life scenarios are given so you see how they look and used in real life!
Practicing lessons 1 to 7
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...