I hereby claim:
- I am dabitdev on github.
- I am davidbcn (https://keybase.io/davidbcn) on keybase.
- I have a public key ASBVI7fEAPP0dpX3aBceEEGypZkwgG4matlcqQve1MUjJgo
To claim this, I am signing this object:
| compile 'com.getsensibill:sensibill-sdk-all:1.11.5' | |
| allprojects { | |
| repositories { | |
| jcenter() | |
| maven { | |
| url 'https://maven.getsensibill.com' | |
| credentials { | |
| username 'karmic' | |
| password 'I will send later' |
I hereby claim:
To claim this, I am signing this object:
| ### Creating repositories with submodules | |
| #### Adding a submodule to a Git repository and tracking a branch | |
| If you add a submodule, you can specify which branch should be tracked via the -b parameter of the submodule add command. The git submodule init command creates the local configuration file for the submodules, if this configuration does not exist. | |
| # add submodule and define the master branch as the one you want to track | |
| ``` | |
| git submodule add -b master [URL to Git repo] | |
| git submodule init | |
| ``` |