- 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
)
forked from dan7800/SWEN-344
-
Notifications
You must be signed in to change notification settings - Fork 0
smj4490/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 52.7%
- HTML 28.0%
- JavaScript 19.3%