You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that git commit -a doesn't work here. This is because git treats "untracked files" differently. They're not part of your repository (yet), so git assumes you probably didn't mean to include them. This gives you a chance to be explicit. Do you want to permanently ignore the untracked file, or actually include it version control?