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: Week2/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ git init
81
81
82
82
What it does is creating a brand new **local** repository in your project folder. Only after doing this you will be able to follow along the next procedure.
83
83
84
-
No we can continue with the actual procedure itself. This happens in 3 stages:
84
+
Now we can continue with the actual procedure itself. This happens in 3 stages:
85
85
86
86
1.**Untracked**. In this stage GIT is not aware of the changes in your workspace.
87
87
2.**Staged**. In this stage the changes will be tracked by GIT.
0 commit comments