mirror of https://github.com/ansible/ansible.git
Merge pull request #10133 from netroby/feature/update-repo-sh
Add shell script to fast update ansible repopull/9800/merge
commit
363a47b48b
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
git pull --rebase
|
||||||
|
git submodule update --init --recursive
|
Loading…
Reference in New Issue