Skip to main content
added 12 characters in body
Source Link

simple use any of the git commands like git branchgit branch or on linux machine if u want to search everywhere for .git file.git file to know git folder use these command sudo find / -type d -name ".git"sudo find / -type d -name ".git"

simple use any of the git commands like git branch or on linux machine if u want to search everywhere for .git file to know git folder use these command sudo find / -type d -name ".git"

simple use any of the git commands like git branch or on linux machine if u want to search everywhere for .git file to know git folder use these command sudo find / -type d -name ".git"

Source Link

simple use any of the git commands like git branch or on linux machine if u want to search everywhere for .git file to know git folder use these command sudo find / -type d -name ".git"