How to change git username and email
1.In your terminal, navigate to the repo you want to make the changes in. 2.Execute git config –list to check
Read more1.In your terminal, navigate to the repo you want to make the changes in. 2.Execute git config –list to check
Read moreIf your mistakenly push the node_module folder on github/bitbucket respo. Don’t worry you can easily remove the folder. Follow the
Read moreCheckout you branch on local machine $ git checkout <Your-Branch-Name> Used following commands to remove Directory from git git rm
Read moreCreates MyFeature branch from dev $ git checkout -b myFeature dev Now commit your branch $ git commit -m “Your message” Now
Read more