Quantcast
Viewing latest article 3
Browse Latest Browse All 11

Answer by Rasikh for git: rename local branch failed

Try this:

  1. git config --global user.email “your-email”

  2. git config --global user.name “your-username”

  3. git commit -m "TypeScript React using Tailwind"

  4. git branch -M main

  5. git push -u origin main

it must work! :)


Viewing latest article 3
Browse Latest Browse All 11

Trending Articles