Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 326 Bytes

File metadata and controls

13 lines (11 loc) · 326 Bytes

1. Create a repo on the CodeHub website → get the repoId from the URL or response

2. In their project folder:

codehub init --repo abc-123-uuid

3. Normal workflow:

codehub add app.ts codehub add index.ts codehub commit "first commit" codehub push

4. On another machine:

codehub init --repo abc-123-uuid codehub pull