From aac192f802dfeb84a274dd7d298e9263349d1af2 Mon Sep 17 00:00:00 2001 From: zneveth Date: Thu, 15 Aug 2019 19:44:37 -0700 Subject: [PATCH 1/2] add --- robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robots.txt b/robots.txt index d0e5f1b..9b5612d 100644 --- a/robots.txt +++ b/robots.txt @@ -1,5 +1,5 @@ # www.robotstxt.org/ -# Allow crawling of all content +erse# Allow crawling of all content User-agent: * Disallow: From cb46ece6d3b7a81f4c1ac80843740e428e6ff70f Mon Sep 17 00:00:00 2001 From: zneveth Date: Thu, 15 Aug 2019 19:48:50 -0700 Subject: [PATCH 2/2] sdfisdfos# --- README.md | 15 ++++++++++----- beth.md | 0 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 beth.md diff --git a/README.md b/README.md index 9da09ba..75d2ebc 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,10 @@ To see what configuration settings you have: git config --list ``` -### Getting an existing repository -To clone this respository, click the green clone or download button aboveand copy the link. -![git-clone](https://cloud.githubusercontent.com/assets/12282848/16968258/8f066e18-4dc2-11e6-9171-92b4b76f8590.png) +### Clone and fork this repo +Before contributing, fork this repo by pressing the "Fork" button inside the Women Who Code repo. This will create your own version of the repo. + +To clone the respository down to your laptop, click the green clone or download button above and copy the link. After copying the link, go to the path on your own computer that you want to clone this to. For organization it is more clear when there are separate directories for different repo owners. @@ -41,6 +42,12 @@ After copying the link, go to the path on your own computer that you want to clo Say you want to make changes on a branch other than master. This is common when wanting to separate different changes. If you want to have the exact ### Pulling down new content +In your terminal, run `git remote -v` to see all of your remotes. Add the Women Who Code repo as an upstream that you can pull from by adding the following: + +`git remote add git@github.com:wwcodeportland/intro-to-open-source.git` + +This will allow you to fetch the most recent changes from upstream. + * `git fetch`: fetches the changes, but doesn't merge them * `git pull`: does `git fetch` and `git merge`. This results in an [extra commit](https://coderwall.com/p/7aymfa/please-oh-please-use-git-pull-rebase). * `git pull --rebase`: leaves your commits in a straight line without branches @@ -57,8 +64,6 @@ If the pull request (PR) is to fix an existing issue, you can reference it by `# *Tip: Include the issue the PR fixes in the commit message and have descriptive messages.* -### - ### Resources Great websites for people who are new to coding/contributing to open source: * [First timers only](http://www.firsttimersonly.com/) diff --git a/beth.md b/beth.md new file mode 100644 index 0000000..e69de29