#github
Read more stories on Hashnode
Articles with this tag
Create a new branch and make some changes to it To create a new branch and switch to new branch, sudo git branch Dev sudo git checkout Dev Use...
Add a text file called version01.txt inside the Devops/Git/ with “This is the first feature of our application” written inside. This should be in a...
Set your user name and email address, which will be associated with your commits. To set a username, sudo git config --global user.name "Neha" To set...