Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cse544-2024wi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Raman S
cse544-2024wi
Commits
8b55437f
Commit
8b55437f
authored
1 year ago
by
Dan Suciu
Browse files
Options
Downloads
Patches
Plain Diff
working files
parent
c78d1bdb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hw/README.txt
+18
-0
18 additions, 0 deletions
hw/README.txt
with
18 additions
and
0 deletions
hw/README.txt
0 → 100644
+
18
−
0
View file @
8b55437f
The assignment instructions and starter code (if needed) are posted here.
Please place your solutions in the submission directory. During each
homework, you should run the following commands
git pull ... to fetch the latest homework instructions and starte code
...prepare your homework in the appropriate directory hw1/ hw2/ ...
...as you create files, run these commands:
git add file1
git add file2 ... [add all the files of your homework]
... occasionally push your work to gitlab:
git commt -a -m 'this is my homework 3, or any message you want'
git push
...commit and push as often as you want; we will pull your version right after the deadline.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment