Git is a version control system
Automatic install/update:
bash -c "$(curl -LSs https://github.com/dfmgr/git/raw/main/install.sh)"Manual install:
requires:
Debian based:
apt install gitFedora Based:
yum install gitArch Based:
pacman -S gitMacOS:
brew install gitmv -fv "$HOME/.config/git" "$HOME/.config/git.bak"
git clone https://github.com/dfmgr/git "$HOME/.config/git"
git clone -q https://github.com/arialdomartini/oh-my-git.git "$HOME/.config/git/plugins"
ln -sf git "$HOME/.config/git/gitconfig" "$HOME/.gitconfig"