gitus is Git but simpler.
Language: English, Français
1- Open Git bash (right click -> Git Bash Here)
2- Navigate to home
cd ~
3- Download this repository
git clone https://github.com/Rami-Majdoub/gitus.git
4- Navigate inside the folder
cd gitus
5- Install it
chmod +x ./install.sh
./install.sh
source ~/.bashrc
source ~/.bash_aliases
6- Check if it works
gitus -h
Receive changes from the cloud (GitHub).
gitus -r
# gitus -r [email protected]:githubteacher/merge-conflicts.git
Send your changes to the cloud (GitHub).
gitus -s
the default commit message is "Update", to change it use
gitus -m "added awesome feature" -s