#git
Read more stories on Hashnode
Articles with this tag
Delete Branch · After merging a branch we often do not need that branch anymore, if that is the case we can delete the branch to save space and reduce...
Merging · We create branches to have another version or enhanced version of our project separately. We need branches to be able to work collaboratively...
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...
Branches: The very basic · This workshop will makes us comfortable with branches and checkout commands. Navigate to your repository you made in Workshop...
New Branch and Checkout · At any stage we can create a new branch. With no parameter a branch will point to the current commit, meaning whatever we...
Push and Branch · After we commit our changes a snapshot of our files will be created locally. Then when we connect our local to remote we will able to...