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: docs/GitHub/setup-environment/git-commands.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: In this tutorial, you will learn about the basic of git and 50 impo
9
9
10
10
> *This is part of GitHub/Git Tutorials and a continuation of the previous post where we discussed what is gitHub. I hope you have a basic understanding of what is Github in general. Let’s get started with Git Cheat Sheet. Git Cheat Sheet. 50 Git commands | Git Tutorials*
11
11
12
-
Git commands are handy when comes to fix any problems which you cant fix by the UI, for example consider a scenarion you need to fix the conflict in a page. Git Commands will help you to find the root cause and can explore the entire log history. At Git core it help you to keep a history of every change you made in the project files and help the user with track the changes, revert, helps to identify who made the changes.
12
+
Git commands are handy when comes to fix any problems which you can't fix by the UI, for example consider a scenario you need to fix the conflict in a page. Git Commands will help you to find the root cause and can explore the entire log history. At Git core it help you to keep a history of every change you made in the project files and help the user with track the changes, revert, helps to identify who made the changes.
13
13
14
14
## Understanding Git: The Building Blocks
15
15
@@ -40,7 +40,7 @@ When a user requests a web page by entering a URL in the browser's address bar o
40
40
<TabItemvalue="Git Code"label="Git Code">
41
41
42
42
```html title="Commiting the changes"
43
-
git commit -m "Give some meaningfull comments"
43
+
git commit -m "Give some meaningful comments"
44
44
```
45
45
46
46
</TabItem>
@@ -185,7 +185,7 @@ git commit --amend -m "message" #add additional info to last commit
Copy file name to clipboardExpand all lines: docs/GitHub/setup-environment/setup-git-on-mac.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Here in this post, we will be using homebrew to install, Go to the homebrew webs
34
34
</BrowserWindow>
35
35
36
36
37
-
### Step 2: Select your Version you want to insatll.
37
+
### Step 2: Select your Version you want to install.
38
38
39
39
1. Once Installed use the below command to check version of the brew on terminal brew -v
40
40
@@ -53,4 +53,4 @@ brew install git-gui
53
53
54
54
## Conclusion
55
55
56
-
In conclusion, I hope you enjoyed reading this article on “Setting up your Git Enviornment?”. In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan.
56
+
In conclusion, I hope you enjoyed reading this article on "Setting up your Git Environment?". In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan.
Copy file name to clipboardExpand all lines: docs/GitHub/setup-environment/setup-git-on-windows.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ Github provides two of installation, one the GitHub Desktop and command line by
25
25
</BrowserWindow>
26
26
27
27
28
-
### Step 2: Select your Version you want to insatll.
28
+
### Step 2: Select your Version you want to install.
29
29
30
30
1. Get your Installer:
31
31
32
-
Based on the current version of windows you can choose to have standalone installer or windows insaller to get started with. As my system is 64 bit i will choose here 64 bit, you can get know which system you are using by going to ``This PC`` icon right click on ``Properties`` Check under the system type.
32
+
Based on the current version of windows you can choose to have standalone installer or windows installer to get started with. As my system is 64 bit i will choose here 64 bit, you can get know which system you are using by going to ``This PC`` icon right click on ``Properties`` Check under the system type.
@@ -50,10 +50,10 @@ Github provides two of installation, one the GitHub Desktop and command line by
50
50
51
51
### Step 3: Understanding the Interface.
52
52
53
-
Next step, Git Will ask you to install couple of components you can checko on additional icons to add on Desktop and leave the rest as default and click on the Next.
53
+
Next step, Git Will ask you to install couple of components you can check on additional icons to add on Desktop and leave the rest as default and click on the Next.
54
54
55
55
-1. The next screen click next , make sure the start folder name is Git.
56
-
-2. Next option is to choose the default editor you can use your editor, im using visual studio code. or keep Vim as the default editor
56
+
-2. Next option is to choose the default editor you can use your editor, I'm using visual studio code. or keep Vim as the default editor
@@ -63,30 +63,30 @@ Next step, Git Will ask you to install couple of components you can checko on ad
63
63
64
64
### Step 5: Adjusting name of the repo setting in Git
65
65
66
-
This stage it will ask you to Choose a initial branch in new repository, it would be ideal approach to give the second option, as we move further it gives us flexibility to change the intial branch name , like main master, trunk.
66
+
This stage it will ask you to Choose a initial branch in new repository, it would be ideal approach to give the second option, as we move further it gives us flexibility to change the initial branch name , like main master, trunk.
@@ -115,4 +115,4 @@ Execute the below command to see your current version of git in Git CMD or windo
115
115
116
116
## Conclusion
117
117
118
-
In conclusion, I hope you enjoyed reading this article on “Setting up your Git Enviornment?”. In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan.
118
+
In conclusion, I hope you enjoyed reading this article on "Setting up your Git Environment?". In the next post, will be discussing using Git to create a Repository and clone a project Github. Signing off Sanjay Viswanathan.
0 commit comments