Skip to content

mohhossain/phase-1-lectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Phase-1-SE-NYC-103023 lectures

Clone this repository to your local machine by running git clone <repo-url> in your terminal. Checkout to a new branch by running git checkout <branch-name> in your terminal.

If you fork:

  • Clone your forked repository to your local machine by running git clone <repo-url> in your terminal.
  • Add this repository as a remote by running git remote add upstream <repo-url> in your terminal.
  • Checkout to a new branch by running git checkout <branch-name> in your terminal.
  • Fetch the latest changes from the upstream repository by running git fetch upstream in your terminal.
  • Push the latest changes to your forked repository by running git push origin <branch-name> in your terminal.

Each lecture topics are divided in branches. To view the code for a specific lecture, checkout to the branch with the name of the lecture topic. For example, to view the code for the lecture on Function and scopes, checkout to the function-and-scopes branch by running git checkout function-and-scopes in your terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published