tuxji commented on pull request #496:
URL: https://github.com/apache/daffodil/pull/496#issuecomment-792888105
We don't HAVE to mention the branch name in BOTH the second and third git
commands in the Confluence page. We could simply fetch from all our upstream
repos and only then say which branch we want to check out:
```shell
interran@GH3WPL13E:~/apache/daffodil-asf$ git fetch --all
Fetching origin
Fetching scala-steward
remote: Enumerating objects: 53, done.
remote: Counting objects: 100% (53/53), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 55 (delta 40), reused 53 (delta 40), pack-reused 2
Unpacking objects: 100% (55/55), 12.81 KiB | 184.00 KiB/s, done.
From github.com:scala-steward/daffodil
* [new branch] master ->
scala-steward/master
* [new branch] runtime2-2202 ->
scala-steward/runtime2-2202
* [new branch] update/Saxon-HE-9.9.1-8 ->
scala-steward/update/Saxon-HE-9.9.1-8
* [new branch] update/icu4j-68.2 ->
scala-steward/update/icu4j-68.2
* [new branch] update/jackson-core-2.11.4 ->
scala-steward/update/jackson-core-2.11.4
* [new branch] update/jansi-1.18 ->
scala-steward/update/jansi-1.18
* [new branch] update/junit-4.13.2 ->
scala-steward/update/junit-4.13.2
* [new branch] update/sbt-1.4.8 ->
scala-steward/update/sbt-1.4.8
* [new branch] update/sbt-native-packager-1.7.6 ->
scala-steward/update/sbt-native-packager-1.7.6
* [new branch] update/scala-library-2.12.13 ->
scala-steward/update/scala-library-2.12.13
* [new branch] update/scalacheck-1.15.3 ->
scala-steward/update/scalacheck-1.15.3
* [new branch] update/scallop-4.0.2 ->
scala-steward/update/scallop-4.0.2
* [new branch] update/typesafe-1.4.1 ->
scala-steward/update/typesafe-1.4.1
* [new branch] update/woodstox-core-6.2.4 ->
scala-steward/update/woodstox-core-6.2.4
* [new branch] update/xercesImpl-2.12.1 ->
scala-steward/update/xercesImpl-2.12.1
interran@GH3WPL13E:~/apache/daffodil-asf$ git checkout
update/jackson-core-2.11.4
Branch 'update/jackson-core-2.11.4' set up to track remote branch
'update/jackson-core-2.11.4' from 'scala-steward'.
Switched to a new branch 'update/jackson-core-2.11.4'
interran@GH3WPL13E:~/apache/daffodil-asf$
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]