Delete git branch

// delete branch locally git branch - d localBranchName // delete branch remotely git push origin -- delete remoteBranchName // refresh branch li…

Read more

Add env to gatsby js

Step 2: Creating a local environment variable with Gatsby Our next step is to create a local environment and add a change that will let us see that it wor…

Read more