Skip to content

Commit 1d8457c

Browse files
antmarakisnorvig
authored andcommitted
Updating Submodule (aimacode#647)
* Updating Submodule * Create SUBMODULE.md
1 parent 671a651 commit 1d8457c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "aima-data"]
22
path = aima-data
3-
url = https://github.com/aimacode/aima-data
3+
url = https://github.com/aimacode/aima-data.git

SUBMODULE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This is a guide on how to update the `aima-data` submodule. This needs to be done every time something changes in the [aima-data](https://github.com/aimacode/aima-data) repository. All the below commands should be executed from the local directory of the `aima-python` repository, using `git`.
2+
3+
```
4+
git submodule deinit aima-data
5+
git rm aima-data
6+
git submodule add https://github.com/aimacode/aima-data.git aima-data
7+
git commit
8+
git push origin
9+
```
10+
11+
Then you need to pull request the changes (unless you are a collaborator, in which case you can commit directly to the master).

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy