Skip to content

a1t0ghb/courses-oracle_one-git_y_github-d250728

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basics of Git and GitHub.

🌐 '[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.

ℹ About.

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>.

🥇 Course Certificate of Completion.

Available at 'https://app.aluracursos.com/certificate/d08559aa-964d-4174-8c0c-3ba43654b0f5'.

  • Estimated workload: 6h.
  • Activities: 40.
  • Topics:
    1. 'Cuenta en GitHub'.
    2. 'Commit, VSCode y equipo'.
    3. 'Trabajando localmente'.
    4. 'Ramificaciones y merge'.
    5. 'Profundizando en Git y GitHub'.

🔗 Links to program resources.

PROGRAM STRUCTURE.

COURSE RESOURCES.

  • [na].

🐾 Content From Course for Following Lessons.

Note

This section is only for reference, for documentation purposes in case of re-visiting course lessons.


Sistema de Registro

  • Estado del proyecto: en construcción.

Para ejecutar el sistema, debes poner:

npm install react

Sistema de Registro 2


🤝 Contributors.

Made with contrib.rocks.

📜 Authors.


a1t0ghb