All the tools used to make the dev team work faster and more comfortable.
The project's infraestructure utilities
Moves to the desired directory
From the cmd or powershell
tools/windows/infra/infrastructure.bat
From the bash or shell
./tools/linux/infra/infrastructure.sh
Starts the Docker-Compose
From the cmd or powershell
tools/windows/infra/start.bat
From the bash or shell
./tools/linux/infra/start.sh
Shuts down the Docker-Compose
From the cmd or powershell
tools/windows/infra/stop.bat
From the bash or shell
./tools/linux/infra/stop.sh
Some git utilities. The descriptions will ignore the merge conflicts as for now
Updates the local files with the changes in remote
From the cmd or powershell
tools/windows/git/pull.bat
From the bash or shell
./tools/linux/pull.sh
Updates the remote files with the changes in local
From the cmd or powershell
tools/windows/git/push.bat
From the bash or shell
./tools/linux/push.sh
Updates both the local and remote files in the local, remote and fork's origin
From the cmd or powershell
tools/windows/git/fetch upstream.bat
From the bash or shell
./tools/linux/fetch upstream.sh