0

how can I change branch to main branch? BTW. I created a repository in my Github account and it is main branch as default. Here is my data from Cmder (terminal)

    C:\Users\bubuq3\Desktop\xxxx\tenzies
λ git init
Initialized empty Git repository in C:/Users/bubuq3/Desktop/xxxx/tenzies/.git/

C:\Users\bubuq3\Desktop\xxxx\tenzies (master)
λ git status
On branch master

No commits yet

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        .gitignore
        .vscode/
        README.md
        package-lock.json
        package.json
        public/
        src/

nothing added to commit but untracked files present (use "git add" to track)

C:\Users\bubuq3\Desktop\xxxx\tenzies (master)
xxxbud
  • 33
  • 5

0 Answers0