https://github.com/uibcdf/test_first_dive
Temporal repository to make a first dive
https://github.com/uibcdf/test_first_dive
Last synced: 2 months ago
JSON representation
Temporal repository to make a first dive
- Host: GitHub
- URL: https://github.com/uibcdf/test_first_dive
- Owner: uibcdf
- License: mit
- Created: 2021-07-16T19:24:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T22:53:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T03:14:03.664Z (4 months ago)
- Language: Jupyter Notebook
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test_first_dive
Temporal repository to make a first diveHello, this is my first commit!
In order to update the files to git, you need to:
1.- Create or make the modifications in the file
2.- Use the command 'git add file_name' to register the file you created/modified to the repository
3.- Notify to collaborators with 'git commit -m "Commit message"'
4.- Send your created/modified files using 'git push'