I was watching a tutorial on YouTube trying to learn Git, and when I typed in "git status" I got a bunch of untracked files that I wasn't even aware I had. It looks something like this: (
use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: HW5-master/.DS_Store
deleted: HW5-master/README.md
deleted: HW5-master/github_fork.png
deleted: HW5-master/solution/vltrees.py
deleted: HW5-master/variably_leafed_trees/instructions.mdown
deleted: HW5-master/variably_leafed_trees/vltrees.py
Untracked files:
(use "git add <file>..." to include in what will be committed)
.CFUserTextEncoding
.DS_Store
.Rapp.history
.Rhistory
.anaconda/
.bash_history
.bash_profile
.bash_profile-anaconda3.bak
.bash_profile.pysave
.bash_sessions/
.conda/
.condarc
.config/
.cups/
.ghc/
.gitconfig
.idlerc/
.ipynb_checkpoints/
.ipython/
.jupyter/
.matplotlib/
.oracle_jre_usage/
.python_history
.rstudio-desktop/
.spyder-py3/
.subversion/
.viminfo
.wing101-7
.wingpersonal6
.wingpersonal7
.zprofile
.zsh_history
Applications/
Creative Cloud Files/
Desktop/
Documents/
Downloads/
Library/
Movies/
Music/
Pictures/
Public/
Untitled.ipynb
VirtualBox VMs/
ccg-latex.zip
ccg-latex/
https:/
jagex_cl_oldschool_LIVE.dat
jagexappletviewer.preferences
jagexcache/
nltk_data/
opt/
random.dat
I recognize some of these directories, but others I have never seen. Is this a problem? should I delete them? If so, how? I don't want to accidentally mess with my computer. Also, where could I find a good tutorial on Git, everything on YouTube seems too superficial.