We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dad29a commit b568fecCopy full SHA for b568fec
README_dev.md
@@ -34,6 +34,8 @@ Developer Installation
34
python2 ./repo forall -c 'git checkout dev'
35
# to check status of all repositories
36
python2 ./repo status
37
+ # to pull all repositories at once:
38
+ python2 ./repo forall -c 'git pull --rebase'
39
40
41
Installation
0 commit comments