Skip to content

Commit

Permalink
sync-takahe
Browse files Browse the repository at this point in the history
  • Loading branch information
mein Name authored and alphatownsman committed Jan 11, 2025
1 parent a2d15e9 commit a93d966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ When updating code, always update submodules:
git pull
git submodule update --init
```
With newer git 2.15+, you main use `git pull --recurse-submodules` or `git config --global submodule.recurse true` to make it automatic.


To save some typing, consider adding some aliases to `~/.profile`:
```
Expand Down
2 changes: 1 addition & 1 deletion neodb-takahe

0 comments on commit a93d966

Please sign in to comment.