I'm running into a problem with github on my computer. It started when I installed brew on my mac, I also used git init within a program folder today inorder to push it to my repo, but this is something I had done before. When I run git status
, this is what I get:
On branch master
No commits yet
Untracked files:
(use "git add <file>..." to include in what will be committed)
.DS_Store
.Trash/
.bash_history
.bash_sessions/
.cache/
.config/
.docker/
.eclipse/
.kube/
.oracle_jre_usage/
.ssh/
.subversion/
.tooling/
.vscode/
Applications/
Desktop/
Documents/
Downloads/
Library/
Movies/
Music/
Pictures/
Public/
eclipse-workspace/
git/
go/
google-cloud-sdk/
mydockerbuild/
mydockerbuild2/
For some reason, it's trying to push my entire PC through to github, which is making my VS code less and less functional (not opening up full documentation, etc.). It also had this for a couple other files that I used git clean -f on, but I don't want to delete any of these for obvious reasons. Please help! Also I just started git so please cut me some slack if im not being explicit.