Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 5e80627

Browse files
committed
update remote for status
1 parent 9dde1fa commit 5e80627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/git.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@
6868
end
6969
end
7070

71-
desc "show git status for local hyperloop repos"
71+
desc "update remotes and show git status for local hyperloop repos"
7272
task :status do
7373
HYPERLOOP_REPOS.each do |repo|
7474
Dir.chdir(File.join('..', repo)) do
75+
`git remote update`
7576
puts "\033[0;32mStatus for #{repo}:\033[0;30m"
7677
puts
7778
puts `git status`

0 commit comments

Comments
 (0)