We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ git init $ echo "test123" >> readme.md $ git add readme.md $ git status $ git commit -m "commit test" $ git remote add origin git@github.com:BoxerChoi/React.git $ git branch -M main $ git push -u origin main
$ git branch -M main2 $ git status $ git checkout main $ git branch -d main2 $ git push -d origin main2
There was an error while loading. Please reload this page.