Welcome to AfterGit, a command-based Git client designed specifically for Android. This application allows you to manage your Git repositories directly from your Android device using a simple command-line interface.
- Lightweight: AfterGit is designed to be simple and efficient, with no unnecessary bloat.
- Command-Line Interface: Use Git commands directly, making it easier for those familiar with terminal operations.
- No External Libraries: The app does not rely on AndroidX or AppCompat, ensuring a lightweight footprint.
- Compatible with Termux: Integrates seamlessly with Termux for enhanced functionality.
- Open Source: Contribute to the project and improve it for everyone.
To get started, you need to download the latest release of AfterGit. Visit the Releases section to find the APK file. Download and execute the file on your Android device.
Once installed, you can start using AfterGit. Open the application and enter your Git commands. The command-line interface is straightforward, making it easy to navigate through your repositories.
Here are some basic commands you can use with AfterGit:
-
Clone a Repository:
git clone <repository-url>
-
Check Status:
git status
-
Add Changes:
git add <file>
-
Commit Changes:
git commit -m "Your commit message"
-
Push Changes:
git push origin <branch>
-
Pull Changes:
git pull origin <branch>
You can find more commands and detailed usage in the official documentation.
We welcome contributions to AfterGit. If you have suggestions or improvements, please fork the repository and submit a pull request. You can also report issues or request features through the GitHub Issues section.
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes.
- Commit your changes with a clear message.
- Push your changes to your forked repository.
- Submit a pull request.
AfterGit is licensed under the MIT License. See the LICENSE file for more information.
If you encounter any issues or have questions, feel free to check the Releases section for updates or open an issue on GitHub.
Thank you for using AfterGit! Your feedback and contributions help us make this tool better for everyone. Happy coding!