https://github.com/ad5001/gitable
Pocketmine Git client !
https://github.com/ad5001/gitable
Last synced: 2 months ago
JSON representation
Pocketmine Git client !
- Host: GitHub
- URL: https://github.com/ad5001/gitable
- Owner: Ad5001
- License: other
- Created: 2016-09-23T17:55:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T16:59:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T12:55:03.761Z (4 months ago)
- Language: PHP
- Homepage: https://git.ad5001.eu/Ad5001/Gitable
- Size: 28.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This repository was moved to [git.ad5001.eu](https://git.ad5001.eu/Ad5001/Gitable)
https://git.ad5001.eu/Ad5001/Gitable![]()
# Gitable
The git based pocketmine plugin !
Gitable is a project made to port git into your Minecraft Pocket edition servers by using command /git !
***Requirements:**
* A pocketmine server
* A git client installed on your computer.### Configuration:
* For windows:
If you did not install git...
Install the git client from https://git-scm.com/download/win. DO NOT MODIFY THE SAVING PATH.
If you did already install it...
Take the path from the git executable (git directory/bin/git.exe), and replace-paste it into the config after the "executable_path: ".
If you did not change the path, the step above is not required.* For MacOS:
If you did not install git...
Install the client from https://git-scm.com/download/mac (for mac) ot the the command to use at https://git-scm.com/download/linux (linux).### Commands:
To see your current path, use /git pwd.
To see the files on the folder you're currently browsering, use /git ls.
To change directory, use /git cd <directory>.
To use a git command: use /git <command> <parameters>
Learn mire about git at https://git-scm.com/doc.*This program isn't afiliated in any way with Git.