From 917c786b2771c0deaf84b7beb24ebe35e02605b6 Mon Sep 17 00:00:00 2001 From: Michael Gage Date: Sun, 9 Jun 2013 21:52:12 -0400 Subject: [PATCH] Replace webwork2-dev with webwork2 in README --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b5df4be43c..84b63c24c7 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,20 @@ - ##How to use this dev repo: -Click fork webwork2-dev, all your future dev work will be done from your fork. +Click fork webwork2, all your future dev work will be done from your fork. If you're using the commandline for git on your computer run these commands: If you don't have a local repo yet: ``` -git clone git@github.com:/webwork2-dev.git +git clone git@github.com:/webwork2.git ``` If you already have a repo: __warning these commands will just merge it with you're currently checkedout branch!__ ``` -git remote add webwork2-dev git@github.com:/webwork2-dev.git -git fetch webwork2-dev -git merge webwork2-dev/master +git remote add webwork2 git@github.com:/webwork2.git +git fetch webwork2 +git merge webwork2/master ``` @@ -25,6 +24,6 @@ make some changes commit -`git push webwork2-dev master` +`git push webwork2 master` -go to your github webwork2-dev fork and click pull request. Create a new pull request to openwebwork/webwork2-dev. \ No newline at end of file +go to your github webwork2 fork and click pull request. Create a new pull request to openwebwork/webwork2.