You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
## Fork Clone Workflow
10
10
- The standard workflow for contributing on GitHub is called **Fork/Clone**. For those who may not be familiar, here is a brief summary and some reference links.
11
11
-*We assume you are familiar with **git** basics: `git clone`, `git commit`, etc*.
12
-
- Note: a "Fork" is just a `git clone`*that is created on, and that lives on, GitHub*. You create a fork using the **Fork** button on GitHub: This allows GitHub to track the relationship between the original github repository, and your Fork.
12
+
- Note: a "Fork" is just a `git clone`*that is created on, and that lives on, GitHub.com*. You create a fork using the **Fork** button on GitHub: This allows GitHub to track the relationship between the original github repository, and your Fork. (In that sense a "fork" is slightly more than just a plain "clone", but only as much as GitHub.com adds some tracking and other minor features to make integration easier).
13
13
- The basic workflow is:
14
14
1. Create a **Fork** of the mplfinance repository. (See references below for details.) The fork will exist under *your* github account.
15
15
2.**Clone***your* Fork to your local machine (`git clone`).
0 commit comments