mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
Fix images in locales md
This commit is contained in:
parent
e455e05bfd
commit
c9023bddff
@ -23,10 +23,10 @@ This repository is integrated into the main one as a [git submodule](https://git
|
|||||||
In essence, a submodule is a way for one repository (i.e. `pokerogue`) to use another repository (i.e. `pokerogue-locales`) internally. The parent repo (the "superproject") houses a cloned version of the 2nd repository (the "submodule") inside it, making locales effectively a "repository within a repository", so to speak.
|
In essence, a submodule is a way for one repository (i.e. `pokerogue`) to use another repository (i.e. `pokerogue-locales`) internally. The parent repo (the "superproject") houses a cloned version of the 2nd repository (the "submodule") inside it, making locales effectively a "repository within a repository", so to speak.
|
||||||
|
|
||||||
>[!TIP]
|
>[!TIP]
|
||||||
> Many popular IDEs have integrated `git` support with special handling around submodules.
|
> Many popular IDEs have integrated `git` support with special handling around submodules:
|
||||||
> 
|
> 
|
||||||
> Some even allow direct editing and committing of submodule files without even changing directories. 
|
>
|
||||||
|
> 
|
||||||
|
|
||||||
From the perspective of the main project, the locales submodule is fairly simple to work with, but there are some important commands to keep in mind.
|
From the perspective of the main project, the locales submodule is fairly simple to work with, but there are some important commands to keep in mind.
|
||||||
## Fetching Changes from Submodules
|
## Fetching Changes from Submodules
|
||||||
|
Loading…
Reference in New Issue
Block a user