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.
- Host: GitHub
- URL: https://github.com/ingpleb/git-simple-fivem
- Owner: IngPleb
- Created: 2024-11-03T19:59:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T21:23:28.000Z (over 1 year ago)
- Last Synced: 2025-01-03T04:45:00.369Z (over 1 year ago)
- Topics: fivem, git, github, gta5, lua
- Language: Lua
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.