🌐 '[na]'
Final delivery of the 3rd course: 'Git y GitHub: repositorio, commit y versiones', from module (a.k.a. 'formación' in spanish) 'Principiante en Programación G9 - ONE', of Alura LATAM. Part of ORACLE Next Education (ONE) education program, in LATAM.
Note
This README is mainly written in english (en), but it might have some sections in spanish (sp), since course content is in spanish.
The course covered topics such as:
- Basics of GitHub: account creation, repository (a.k.a. repo.) creation, files creation (and commit) via web-browser GUI.
- Getting to know VS Code web, 'https://github.dev/': free vs code editor in your web-browser, with limited capabilities, focused on file editing and branch management.
- No possibilities of build and run code ❌.
- No terminal access ❌.
- Basics og Git: installation with OS-specific distribution, token authentication for remote repo. operations (e.g. GitHub), basic commands.
- Repo configuration:
git init
,git clone <remote_repo_url>
. - Git project status and commits history:
git status
,git log --oneline
. - Remote repo. management:
git pull
,git push origin <source_branch>
. - Staging and committing:
git add .
,git commit -am '<commit_message>'
. - Files management:
git diff
,git restore --source <commit_hash> <file_name>
. - Branches:
git branch
,git checkout -b <new_branch>
,git switch <branch>
,git merge <source_branch>
.
- Repo configuration:
Available at 'https://app.aluracursos.com/certificate/d08559aa-964d-4174-8c0c-3ba43654b0f5'.
- Estimated workload: 6h.
- Activities: 40.
- Topics:
- 'Cuenta en GitHub'.
- 'Commit, VSCode y equipo'.
- 'Trabajando localmente'.
- 'Ramificaciones y merge'.
- 'Profundizando en Git y GitHub'.
PROGRAM STRUCTURE.
- [Course] 'Git y GitHub: repositorio, commit y versiones': 'https://app.aluracursos.com/course/git-github-repositorio-commit-versiones'.
- [Module] 'Principiante en Programación G9 - ONE': 'https://app.aluracursos.com/formacion-programacion-primeros-pasos-grupo9-one'.
- ORACLE Next Education (ONE) education program, in LATAM: 'https://www.oracle.com/co/education/oracle-next-education/'.
- Alura LATAM education platform: 'https://www.aluracursos.com/'.
COURSE RESOURCES.
- [na].
Note
This section is only for reference, for documentation purposes in case of re-visiting course lessons.
- Estado del proyecto: en construcción.
Para ejecutar el sistema, debes poner:
npm install react
Sistema de Registro 2
Made with contrib.rocks.
a1t0ghb |
---|