Skip to content
Snippets Groups Projects
Commit 2fa51af1 authored by dam1n19's avatar dam1n19
Browse files

Updates socpull to pull changes to project repo

parent ccf4e4fb
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# Update all Submodules to latest commit # Update all Submodules to latest commit
cd $SOCLABS_DESIGN_ROOT; git submodule foreach --recursive git pull cd $SOCLABS_DESIGN_ROOT; git pull; git submodule foreach --recursive git pull
# for d in $SOCLABS_DESIGN_ROOT/* ; do \ No newline at end of file
# if [ -f "$d/.git" ]; then
# echo "Git Pulling $d"
# cd $d; git pull; cd ..
# fi
# done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment