GitHub
Github Diff bw git and simple folder( a simple story) What you are loosing by not using git Having multiple versions of same code(ss) What if windows get corrupt How to send codes How to send everytime an updated code Letting others to see your code and make changes but 😎 keeping record on what to let them change and what not What you cant do with git Send pdf (oops) How to make your poor folder change to git one Git init concepts But before that we need to have git installed on pc (maybe another blog for that) The logic of pushing and pulling the repository or can be called as a rich folder Git commit -am ( a small message for the ancestors and genZ) Git push ( throw the crap from your system to others) Git pull (lets see what our ancestors left for us) $$$ ? Logic of branches (irritating developers that want to damage your code) Conclusion with all the commands ever used