I am starting with Git and Github and with git status command it is throwing this:
On branch master Your branch is up-to-date with 'remotes/reflections/master'. Untracked files: (use "git add ..." to include in what will be committed)
.DS_Store
.Rhistory
.Trash/
.android/
.bash_history
.bash_profile
.bash_profile.swp
.dropbox/
.gitconfig
.oracle_jre_usage/
.rstudio-desktop/
.subversion/
.viminfo
1.Sueña/
AndroidStudioProjects/.DS_Store
Applications/
Desktop/
Downloads/
Library/
nothing added to commit but untracked files present (use "git add" to track)
It is giving to me name of directories like Desktop/ or Librery/ ...
I have tried with git reset --hard but it isn't working.
How can I delete these untracked files and folders without deleting them from my computer irreversibly.
Any help, will be appreciated
Thanks in advance