Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am setting up a script to update our local repositories and I have had to manually add the remote repository I would like to pull from (please see code below currently set to "Staging"). What would be a good way or best practice to pull from all remote repositories and not have to specify them individually?

Is there a wildcard to pull all such as:

repo.remotes.origin.pull(*)

  

Currently written as:

repo.remotes.origin.pull("Staging")

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
418 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...