This is only a sample run of Eazy Git in termux
Upload file in your github repo using 1 command only.
-
Install Termux in Google Play
-
Type this commands:
apt install git -y
git clone https://github.com/ZechBron/EazyGit
cd EazyGit
bash setup
- Choose Termux - For Android (number 2)
-
Setup Github User Config
eazygit -n username -e email
-
Upload File With Commit Message (Note: Do not use space)
eazygit -c filname -z commit-message -b github-repo-url
-
Upload File With Default Commit Message
eazygit -c filename -z -b github-repo-url
-
To Update
eazygit --update
-
View Help Message
eazygit --help
For More Info Visit: https://github.com/ZechBron/EazyGit