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
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ clone [may require Internet access] ...@@ -244,7 +244,7 @@ clone [may require Internet access]
The latter is what we'll mostly be using in this course. More specifically: 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 init --bare
----------- -----------
...@@ -487,11 +487,11 @@ remote ...@@ -487,11 +487,11 @@ remote
git push other master git push other master
Congratulations! You've just created a fork! We're going to do this Congratulations! You've just created a fork! We're going to do
frequently. Your VM has a directory ~/tools with a script get-assignment this frequently. Luckily for you, we've mostly automated the
that automates this process. Take a look at this, and see how the commands forking process, so a script we run will fork our (invisible to
match with what we've just done manually. Note that there's some magic here you) project repositories into a new project to which you have
that's specific to the gitolite server on gizmonic.cs.umd.edu. access.
branch 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