Jayaradha created APEXCORE-389:
----------------------------------
Summary: Contribution Page - Documentation
Key: APEXCORE-389
URL: https://issues.apache.org/jira/browse/APEXCORE-389
Project: Apache Apex Core
Issue Type: Improvement
Reporter: Jayaradha
Priority: Minor
To become contributor to Apex I am following existing documentation from below
URL
http://apex.incubator.apache.org/contributing.html
3) Clone the fork on your local workspace (one time step):
git clone https://github.com/{github_username}/incubator-apex-core.git
Eg:
git clone https://github.com/jayaradha/incubator-apex-core.git
4) Add incubator apex core as a remote repository (one time step):
git remote add upstream https://github.com/apache/incubator-apex-core
Flowing this shows
Arivolis-MacBook-Pro-2:apex arivolit$ git remote add upstream
https://github.com/apache/incubator-apex-core
fatal: Not a git repository (or any of the parent directories): .git
Step 4a) should be cd incubator-apex-core/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)