git installation
stages: U - untracked A - added or staged C - Commited
command you need to know - git status -s => to know current status of unstaged and staged files git log --onelin => to know current status of saved points
managing your own projects making git available in our project making a ckeck point or saved point adding files staging them commiting them going back to some previous saved point logging everything reverting back to the previous saved point