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: workshop/02-git-vs-github.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ git commit -am "Made changes X and Y to the project because of Z."
14
14
```
15
15
could be used to save a new version of a project using a terminal.
16
16
17
+
<br>
17
18
### Github
18
19
By contrast, Github is a company that implements a more user-friendly platform around the git tools. In particular, it uses a desktop app and website to implement version control. For example, this:
0 commit comments