An open API service indexing awesome lists of open source software.

https://github.com/ingpleb/git-simple-fivem

Simple Fivem Resource for executing git commands straight from console.
https://github.com/ingpleb/git-simple-fivem

fivem git github gta5 lua

Last synced: about 1 year ago
JSON representation

Simple Fivem Resource for executing git commands straight from console.

Awesome Lists containing this project

README

          

# GitSimple Fivem

This Lua script provides a simple command to execute basic Git operations (`pull` and `push`) from the server console.

## Usage

The command `gitsimple` can be used to perform Git operations. It can only be executed from the server console, not in-game.

### Commands

- `gitsimple pull`: Executes `git pull`
- `gitsimple pull --rebase`: Executes `git pull --rebase`
- `gitsimple push`: Executes `git push`

### Notes

- Ensure that the server has the necessary permissions to execute Git commands.
- This script is intended to be used in a controlled environment where executing Git commands from the server console is safe and expected.