Git-submodules

Git clone including submodules git clone --recursive [URL to Git repo] Load submodules in already cloned repo git submodule update --init --recursive Pull all changes in the repo including changes in the submodules [Read More]
Git 

Git

Force pull git reset --hard origin/main Force push git push -f Go back 3 commits git reset --hard HEAD~3 Tig - Text-mode interface for git Jonas.github.io/tig/ sudo apt-get install tig Add custom bindings to . [Read More]
Git