Skip to content

Commit 6dfd5a8

Browse files
committed
removed gsa program
1 parent dd451dc commit 6dfd5a8

38 files changed

Lines changed: 9 additions & 539 deletions

docs/GitHub/setup-environment/setup-git-on-mac.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ tags:
1111
development-environment,
1212
setup-environment,
1313
]
14-
description: In this tutorial, you will learn how to set up your development environment for Git And GitHub.
14+
description: In this tutorial, you will learn how to set up your development environment for mac system
1515
---
1616

17-
Github is a way of version control your software development using Git, Github was founded in 2008 and recently Microsoft has bought the company now Microsoft is the parent organization of Github. Now setting up is very straight forward process , first you need to create a GitHub account online, then Install Git in your system and connect your Git with GitHub. So all the changes will be updated to the GitHub.
17+
In the last tutorial you have learned about how to get the setup done in the windows system, in this tutorial we will help you setup on Mac. This may feel very different from the windows setup, as we use homebrew and more mac terminal command to set it up. Now if you are wondering what is Homebrew, it's a package manager for mac.
1818

19-
### Installing Git on Mac
19+
### Step 1: Installing Git on Mac
2020

2121
There are four ways we can install Github on mac
2222

23-
1. Install Via Homebrew
24-
2. Xcode Approach
25-
3. Binary Installer
26-
4. Building from source
23+
#### 1. Install Via Homebrew
24+
#### 2. Xcode Approach
25+
#### 3. Binary Installer
26+
#### 4. Building from source
2727

2828
Here in this post, we will be using homebrew to install, Go to the homebrew website, copy the install command, once copied go to the mac terminal copy-paste the code, Mac will ask you to enter the system password, click enter. It may take 2 to 3 minutes to install homebrew
2929

30-
1. Go to the [Git Website](https://brew.sh/) and click on download for windows button.
30+
1. Go to the [Git Website](https://brew.sh/) and click on download for mac button.
3131

3232
<BrowserWindow url="https://brew.sh/" bodyStyle={{padding: 0}}>
3333
[![GitHub](./assets/13-git-mac-terminal.png)](https://git-scm.com/)

docs/Google-Student-Ambassador/_category_.json

Lines changed: 0 additions & 9 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/Google-Student-Ambassador/part-1-getting-started/index.mdx

Lines changed: 0 additions & 101 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)