I'm new to programming but I have some notion, my question is this:
I executed the command git init
in the folder of my user, then from the terminal when I am at the height of that folder in the terminal I am shown ~git: (master)
, instead of having executed the previous command in the indicated folder .
My question is how to change the location of the master branch, so that when it is in the indicated folder it indicates that I am in the master branch and it does not show it in my user folder, or if I have to delete the branch, since in my user's folder I have more folders belonging to the system, such as documents, music, etc. and I do not want to combine that folder with git
.