From 6efc685f03c8946fe7bbc4f82eda3aae07fe9a96 Mon Sep 17 00:00:00 2001 From: Jiacheng Wang Date: Tue, 7 Jan 2025 14:14:52 -0500 Subject: [PATCH] Update 02_vsc.md --- docs/02_vsc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/02_vsc.md b/docs/02_vsc.md index a76e756..43b08ea 100644 --- a/docs/02_vsc.md +++ b/docs/02_vsc.md @@ -40,7 +40,7 @@ We will begin by creating a repository where you can store and manage your code Choose a clear and descriptive name, such as `my-first-repo`. Keep in mind that this name will be part of the repository’s URL. 4. **Add an Optional Description:** - You can add a short description to help others understand the purpose of your repository. For example, “A practice repository for learning Git and GitHub.” + You can add a short description to help others understand the purpose of your repository. 5. **Set the Repository’s Visibility:** @@ -65,6 +65,6 @@ By following these steps, you will have created your first GitHub repository, es The Git [cheat sheet](https://education.github.com/git-cheat-sheet-education.pdf) shows the command line operations such as Add, Commit, Push, Pull and Fetch. ```{tip} -To enable source control integration in MATLAB, you might need to go to {guilabel}`Preferences` tab, navigate to {guilabel}`General`, then select {guilabel}`Source Control`, and activate the MathWorks source control integration to be enabled. +To enable source control integration in MATLAB, you might need to go to {guilabel}`Preferences` tab, navigate to {guilabel}`General`, then select {guilabel}`Source Control`, and activate the MathWorks source control integration. ```