Skip to content

ntumitolab/intro-github-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Lab introduction to Git, GitHub, and VS Code

Git: the most (in)famous version control system (VCS) for text data, e.g., code.

GitHub: The most (in)famous web service for Git repositories.

VS Code: One of the most famous editors for code.

Download and install

Join GitHub

https://github.com/signup

VS Code extension

  • Git graph (optional but recommended)
  • GitHub actions
  • GitHub Pull Requests and Issues

Python

  • Python
  • Jupyter

Julia

  • Julia

Remote

  • Remote

Collab

  • Live share

Theme

Personally: Atom One Dark theme

Simple Git repository management in GUI

  • Create a repo
    • In GitHub web UI
    • In GitHub Desktop
  • Clone a repo
    • In GitHub web UI
    • In GitHub Desktop
    • In VS Code
  • Make changes: add and commit
    • In GitHub web UI
    • In VS Code
  • Synchronize with GitHub: push and pull
  • View history
  • Non-linear history: branches and pull request

About

Lab introduction to Git, GitHub, and VS Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published