Run in a terminal
git config --global status.submoduleSummary true
git config --global diff.submodule logAdd the following somewhere on your path as git-spull
#!/bin/bash
git pull "$@" &&Run in a terminal
git config --global status.submoduleSummary true
git config --global diff.submodule logAdd the following somewhere on your path as git-spull
#!/bin/bash
git pull "$@" &&| version: "3" | |
| services: | |
| eosio: | |
| image: eosio/eos:20180328 | |
| ports: | |
| - "8888:8888" | |
| - "9876:9876" | |
| command: /opt/eosio/bin/nodeosd.sh --resync-blockchain | |
| volumes: | |
| - ./eosio-volume/config:/opt/eosio/bin/data-dir |