Skip to content
Snippets Groups Projects
Commit 9b898149 authored by Michael Marsh's avatar Michael Marsh
Browse files

updated for server/process changes

parent 5aa77346
No related branches found
Tags 0.0.1
No related merge requests found
......@@ -244,7 +244,7 @@ clone [may require Internet access]
The latter is what we'll mostly be using in this course. More specifically:
git clone git@gizmonic.cs.umd.edu:repo_name
git clone git@gitlab.cs.umd.edu:repo_name
init --bare
-----------
......@@ -487,11 +487,11 @@ remote
git push other master
Congratulations! You've just created a fork! We're going to do this
frequently. Your VM has a directory ~/tools with a script get-assignment
that automates this process. Take a look at this, and see how the commands
match with what we've just done manually. Note that there's some magic here
that's specific to the gitolite server on gizmonic.cs.umd.edu.
Congratulations! You've just created a fork! We're going to do
this frequently. Luckily for you, we've mostly automated the
forking process, so a script we run will fork our (invisible to
you) project repositories into a new project to which you have
access.
branch
------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment