While initiate new project, it's possible to learn 3-5 significant points about sistem Git, and how she works.
- Git != GitHub, and we can choose any application tool for realisation our own storage system (e.g. Jupyter Noterbook/GitHub). Let's see GitHub versions
- All repositores consists from README, where described your project. Moreover we have an opportunity to upload/download any tipe of files. Github parses it into readable view
DataBase of GitHub allows not only read/share file from your repository, but also connect storage with online compiler and even run code
I like to keep only the latest version of the product, don't see on previos attempts. Just update the code inside the sourses automatically. Like that
- I recommende you don't keep all projects in Gits, becouse recources quickly become obsolete. And instead best storage you get a large waste basket. I only store what I needes for colleagues/students or for publications.
Top comments (0)