Skip to content

Commit c29a644

Browse files
committed
Added Git log info and Example.
1 parent 4cc258f commit c29a644

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/1_General/1.2_BasicGit.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ To use Git, developers use specific commands to copy, create, change, and combin
5555

5656
For more information, see the [full reference guide to git commands](https://git-scm.com/docs).
5757

58+
**Git Log**
59+
>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.
60+
![Graph view in VS code](../assets/git_graph_vscode.png)
61+
5862
### Github Setup
5963

6064
Github is a website that hosts Git repositories. The Robolancers store all of their codes on Github.

docs/1_General/1.3_GitWorkflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you have something that you think should be added or fixed, open an issue!
5050

5151
## Github Projects
5252

53-
The Robolancers programming team uses Github Projects to manage projects and delegate tasks.
53+
>The Robolancers programming team uses Github Projects to manage projects and delegate tasks.
5454
You can access the Project for each repository in its own tab at the top, and add tasks organized by the status columns.
5555

5656
Tasks that are explicitly about a specific PR should be converted to an issue and linked to that PR.

docs/assets/git_graph_vscode.png

118 KB
Loading

0 commit comments

Comments
 (0)