Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CS-210 Functional Programming 2019
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Filippo Salmina
CS-210 Functional Programming 2019
Commits
96378650
Commit
96378650
authored
5 years ago
by
Guillaume Martres
Browse files
Options
Downloads
Patches
Plain Diff
Fix instructions for new setup
parent
bc3b136c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
week1/02-grading-and-submission.md
+3
-4
3 additions, 4 deletions
week1/02-grading-and-submission.md
with
3 additions
and
4 deletions
week1/02-grading-and-submission.md
+
3
−
4
View file @
96378650
...
@@ -58,12 +58,11 @@ git commit -am "My message"
...
@@ -58,12 +58,11 @@ git commit -am "My message"
You can then synchronize your local git repository with the gitlab server by
You can then synchronize your local git repository with the gitlab server by
running:
running:
```
shell
```
shell
git push
-u
origin my-example
git push
```
```
(If you've already done this once, you can just do
`git push`
without
Note that there are also graphical user interfaces to interact with git, for
arguments). Note that there are also graphical user interfaces to interact
example
[
VSCode has built-in git
with git, for example
[
VSCode has built-in git
support
](
https://code.visualstudio.com/docs/editor/versioncontrol#_git-support
)
.
support
](
https://code.visualstudio.com/docs/editor/versioncontrol#_git-support
)
.
### Submission
### Submission
...
...
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