✅ I typed "git branch -a" then pressed 'D' and this happened
What does the red text imply?

6 Replies
they are the remote branches
so it should be the same branches you have offline but on the destination you're pushing your commits to
Unknown User•4d ago
Message Not Public
Sign In & Join Server To View
it was a misclick
but why is it color red?? the command "git branch -a"used to show only branches like powerUps and main
this is my first time getting red text like this
git branch is not an interactive command afaik
pressing D shouldn't really change anything if that's what you mean
if between previous
git branch
execution and that one you have set a remote, then that's what gave you the other remote branchesUnknown User•2d ago
Message Not Public
Sign In & Join Server To View
why is it in red color ? And how not get this in future?