0

I run git status in a desktop's folder, then terminal shows something like:

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        .3T/
        .anaconda/
        .atom/
        .bash_history
        .cisco/
        .conda/
        .condarc
        .config/
        .dbshell
        ....
        Desktop/draft1.docx
        Desktop/pictures/
        Desktop/upload/
        ....
        Documents/
        Downloads/
        Favorites/
        IntelGraphicsProfiles/
        Links/
        ...

I am new to git, but it seems I created a git repository in my computer. What should I do? Delete this repository or something else?

Mohammed Safeer
  • 20,751
  • 8
  • 75
  • 78
Rufus7
  • 95
  • 2
  • 10

1 Answers1

2

Unless you want to have a repository on your desktop, you should probably delete it. One way to do this is to delete .git folder. Note the folder is marked as hidden, so you will probably need to configure your windows option to show hidden folders.

geniusadam69
  • 21
  • 1
  • 2