- Create a branch
git branch activity-name
- Switch to that branch
git checkout activity-name
- Do your work for the activity here
- Commit changes `git add --all && git commit -m "Completed [activity]"
- Push up your branch
git push -u origin activity-name
- Submit a pull request for that branch to the original repo (
dan7800/SWEN-344
)
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
forked from dan7800/SWEN-344
-
Notifications
You must be signed in to change notification settings - Fork 0
danrlavoie/SWEN-344
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- CSS 49.8%
- HTML 26.3%
- JavaScript 23.9%