A bit of a beginner's #git refreshment with visualization.
#git
#gitVisualization
#github #gitlab
----------------------USED GIT COMMANDS --------------------------
git #commit -m "message about your commit"
git #log
git #branch
git #branch your-new-branch-name-that-you-are-creating
git #checkout your-branch-name-that-you-want-to-checkout-into
git #merge your-new-branch-name-that-you-want-to-merge-with