Let's say I have a public repo on Github or some private server. If I had a clone of it to my machine, I could have ran commands like:
git branch
or
git-show
etc. in order to know more about a repository.
Obviously something like github has a GUI which you can use to get these information. I was wondering however if there is a way of getting these information from the command line without clone
ing it or ssh
ing to the remote machine and cd
ing to the directory hosting the repository.