GitXplorerGitXplorer
c

update50

public
12 stars
18 forks
0 issues

Commits

List of commits on branch main.
Verified
3c90668916366a2d52184fcadb04402465d81d55

Update README.md

committed 3 years ago
Unverified
dd5284d8159a406c1020168ff01c57ff0304b693

Fix usage

committed 3 years ago
Unverified
ac304ee3f45d5c09b06a7a3340853a66e7f877e9

Remove blank line

committed 3 years ago
Unverified
963f2d9f122d8ba6625c50be8279dc18aca33b75

Add support for -h, --help, add README

committed 3 years ago
Unverified
f2645bca14ce5517dce2e639d839cfedab53f3a5

Initial commit

committed 3 years ago

README

The README file for this repository.

Update50

A bash script that replaces .devcontainer in the current working directory with one from a repository hosted on GitHub.com.

Usage

From a CS50 Codespace:

$ update50 --help
update50 ASSIGNMENT

Example:
  update50 classroom50/hello

$ update50 classroom50/hello
Updating ...
Success!
Click "Rebuild now" on bottom-right or press Ctrl (or Cmd) + Shift + P, search for "Rebuild Container" and click "Rebuild" to get the latest updates.

From the default Codespace:

$ curl https://raw.githubusercontent.com/cs50/update50/main/update50 | bash -s ASSIGNMENT
Updating ...
Success!
Click "Rebuild now" on bottom-right or press Ctrl (or Cmd) + Shift + P, search for "Rebuild Container" and click "Rebuild" to get the latest updates.