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
To use Git, developers use specific commands to copy, create, change, and combine code. These commands can be executed directly from the command line or by using an application like GitHub Desktop. Here are some common commands for using Git:
33
33
@@ -55,14 +55,14 @@ For more information, see the [full reference guide to git commands](https://git
55
55
>Git log is a tool to view your history in Git. By default Git Log shows all of the commits in the repository, ordered from newest to oldest. in VSCode, the graph panels shows the Git log/History in a visual way.
56
56

57
57
58
-
###Github Setup
58
+
## Github Setup
59
59
60
60
Github is a website that hosts Git repositories. The Robolancers store all of their codes on Github.
61
61
62
62
1. Sign up for a Github Account here: [Sign up for Github](https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F&source=header-home)
0 commit comments