Skip to content

Commit fab38d0

Browse files
committed
Fixed new workflow and typos in basic Git.
1 parent 5697234 commit fab38d0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/Deploy_site.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Deploy Site
2-
permissions:
3-
contents: read
4-
pages: write
5-
id-token: write
2+
63
on:
74
#pull_request:
85
# branches:

docs/version_control/BasicGit.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ To use Git, developers use specific commands to copy, create, change, and combin
5151

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

54-
**Git Log**
54+
## Git Log
55+
5556
>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.
5657
![Graph view in VS code](../assets/git_graph_vscode.png)
5758

@@ -85,7 +86,7 @@ Github is a website that hosts Git repositories. The Robolancers store all of th
8586

8687
### Git branches menu
8788

88-
Accessed by clicking on the branch name at the bottom left)
89+
Accessed by clicking on the branch name at the bottom left
8990
![Github branch menu in Vscode GUI](../assets/github_branch_vscode.png)
9091

9192
### Merge in another branch in vscode

0 commit comments

Comments
 (0)