Questions tagged [ls-remote]

18 questions
0
votes
0 answers

How to get remote branch information in git

We have git ls-remote --heads command to list the branches created in the remote repository Is there any way to get the branch information (like branch created date, author) ex: I wish the output to be, Branch-1 12/02/2013 user-1 your valuable…
VJohn
  • 493
  • 1
  • 14
  • 23
0
votes
1 answer

Git ls-remote not returning data in RHEL

We are working on a project in which all the dev environments are running Ubuntu 14.04 instances using Vagrant. Our CI build and deployment servers are running RHEL 6.5. We are using DUO to build Nodejs components and at build time, we…
Scheiner
  • 87
  • 1
  • 6
0
votes
1 answer

use git repo url to check whether repository exists

I have searched in google, they say "git ls-remote git-url" can say whether git repo exists or not. But i have a problem when use this command to check github unexisting https git url. for example, when I run below command, it will require input…
Grant Chen
  • 375
  • 2
  • 4
  • 14
1
2