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: README.md
+131Lines changed: 131 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,137 @@ Source projects.
7
7
8
8
This resource was created as part of the [NumFOCUS DISC Unconference](https://pydata.org/nyc2017/diversity-inclusion/disc-unconference-2017/). 📃 Read about its creation on the [NumFOCUS blog](https://numfocus.org/blog/getting-started-open-source-notes-numfocus-disc-unconference).
9
9
10
+
### Installing Git
11
+
12
+
Git is essential for contributing to Open Source projects. Follow these steps to get started:
13
+
14
+
1.**Download Git** from the official website: [https://git-scm.com/install/](https://git-scm.com/install/)
15
+
2.**Run the installer** and follow the setup instructions for your operating system (Windows, macOS, or Linux)
16
+
3.**Verify the installation** by opening a terminal and running:
17
+
```
18
+
git --version
19
+
```
20
+
4.**Configure your identity** (required for commits):
0 commit comments