Skip to content
Snippets Groups Projects
Commit e6f832e2 authored by Sosuke Kanegae's avatar Sosuke Kanegae
Browse files

Edit week01 vscode

parent c5513204
No related branches found
No related tags found
No related merge requests found
......@@ -229,8 +229,14 @@ git commit -m 'Comments about changes'
git push
</code></pre>
<p>Instead of commit and push in the command line, you can also commit and push from the Git tab in VScode.</p>
<p>![commit in VScode]
![push in VScode]</p>
<p>You can find the Git tab in the left column of the window.
Click the tab and you will see a blue "Commit" button.
Underneath the button, you can check the changes you made from last time.
If you're good with the changes you can just simply press the "Commit" button.</p>
<p><img alt="commit in VScode" src="../../images/commit_in_VScode.jpg" /></p>
<p>When everything is up to date in your local repo, the blue button will turn into a sync button. The number written on the button indicates how many times you commit since you last push git.
To push you can simply press the sync button.</p>
<p><img alt="push in VScode" src="../../images/push_in_VScode.jpg" /></p>
<h2 id="2-create-my-website">2. Create my website</h2>
<h3 id="choose-a-style"><strong>Choose a style</strong></h3>
<p>There are several optional styles available for MkDocs. <a href="https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes">third party themes</a></p>
......
public/images/commit_in_VScode.jpg

809 KiB

public/images/push_in_VScode.jpg

768 KiB

......@@ -215,5 +215,5 @@
<!--
MkDocs version : 1.4.2
Build Date UTC : 2023-01-30 22:36:59.824111+00:00
Build Date UTC : 2023-01-30 23:12:21.226357+00:00
-->
This diff is collapsed.
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment