github publish error in vs code -- resolve
commands: git branch -M main gt init git status git add . ------------------------------------------------------------------------------------------------------------- terminal looks like: wadmin@wws-cpu-o-06:~/Desktop/chats$ git branch -M main wadmin@wws-cpu-o-06:~/Desktop/chats$ git init Reinitialized existing Git repository in /home/wadmin/Desktop/chats/.git/ wadmin@wws-cpu-o-06:~/Desktop/chats$ git status On branch main No commits yet Untracked files: (use "git add <file>..." to include in what will be committed) base/ chats/ core/ manage.py nothing added to commit but untracked files present (use "git add" to track) wadmin@wws-cpu-o-06:~/Desktop/chats$ git add .