pntran8/CS3733-D26-Github-Example
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
npm install -D express npm install -D path npm start TO DO: 1. one person forks the branch 2. that person adds collaborators 3. everyone clone the forked repo for your group 4. git checkout -b <name of branch> (to make and go) OR git branch <branch name> (to just make new branch) then git checkout <branch> 5. make your changes in the new branch 6. add, commit, and push your branch 7. on GitHub, create pull request 8. one person resolves and everyone else should watch