Are you someone like me who wants everything in instant? Like in just a flick of a finger you would able to do a task?
How many commands is needed to be able to upload one file in github repo? 6 commands in total and git config not included.
Now, using this simple program of mine.. You can upload a file in your github repository using 1 command only.
Compatability && Requirements
-
Linux (Tested in Ubuntu)
sudo apt install git -y
-
Termux - For Android
Type this Commands:
> apt update > apt upgrade > apt install git -y
-
Git Bash - For Windows
Install Git Bash for Windows here:
Installation:
git clone https://github.com/ZechBron/EazyGit
cd EazyGit
chmod -R +x *
./setup
How to use:
-
Setup user
eazygit -n github-username -e email-addrs
-
Upload file with commit message
eazygit -c filename -h commit-message -b github-repo-url
-
Upload file with default commit
eazygit -c filename -z -b github-repo-url
-
View More Info
eazygit -?
or
eazygit --help
-
To Update
eazygit -u
or
eazygit --update
Sample Run:
-
Termux - For Android
-
Git Bash - For Windows