Answers for "get git repository name"

3

how to check the repository name in git

git config --get remote.origin.url
Posted by: Guest on October-06-2020
1

git name repository

basename `git rev-parse --show-toplevel`
Posted by: Guest on March-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language