What are the possible ways of getting commit details(comment,list of files, author etc) for a given commit ID hash without having to clone locally?
For example something like below? git show a303aa90779efdd2f6b9d90693e2cbbbe4613c1d -remote https://github.com/angular-ui/bootstrap.git
I am looking for the right syntax is this is possible. Appreciate your help..