James Bhatta
James Bhatta's blog

James Bhatta's blog

Follow
Follow
homebadgesnewsletter
Tag

GitHub

#github

More content

Read more stories on Hashnode


Articles with this tag

Change GitHub default branch from master to main

Aug 26, 20221 min read

Step 1 Create main branch locally, taking the history from master git branch -m master main Step 2 Push the new local main branch to the remote repo...

Change GitHub default branch from master to main