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.
-
sudo apt install git -y
-
Type this Commands:
> apt update > apt upgrade > apt install git -y
-
Install Git Bash for Windows here:
git clone https://github.com/ZechBron/EazyGit
cd EazyGit
chmod -R +x *
./setup
-
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
-
Termux - For Android
-
Git Bash - For Windows