Git in Action #14
Delete Branch
Apr 19, 20221 min read11
Search for a command to run...
Articles tagged with #tutorial
Delete Branch
Merging
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...
New Branch and Checkout
Push and Branch
Connect local to remote