In Git you can add a submodule to a repository. This is basically a repository embedded in your main repository. This can be very useful. A couple of advantages of using submodules:
- You can separate the code into different repositories.
| [ | |
| { | |
| "name":"ABAP", | |
| "type":"programming", | |
| "extensions":[ | |
| ".abap" | |
| ] | |
| }, | |
| { | |
| "name":"AGS Script", |
| beautifulsoup4==4.6.3 | |
| certifi==2018.10.15 | |
| chardet==3.0.4 | |
| idna==2.7 | |
| lxml==4.2.5 | |
| requests==2.20.1 | |
| selenium==3.141.0 | |
| urllib3==1.24.1 |
| #!/bin/bash | |
| # | |
| # This Bash script installs Moodle (http://moodle.org) and all it's | |
| # requirements into a freshly installed Centos or RHEL 7 operating system. | |
| # It assumes an 'Enforced' SELinux environment and configures the system | |
| # accordingly. | |
| # | |
| # It is designed to be instructional and clear to read to persons unfamiliar | |
| # with Bash and as such does *no* sanity checking before taking actions. | |
| # Becasue of this *great* care should be taken if you feel the urge to run |