Skip to content

2. Project management

This Week tasks(Finished)

  • Made a website and described how you did it

  • Introduced yourself

  • Documented steps for uploading files to archive

  • Markdown website editing language

  • Pushed to the class archive

  • Signed and uploaded Student Agreement

I use Git Bash and Visual Studio Code to make my website. The following is the procedure about how I make website.

Git Bash

It is my first time to use Git Bash. I think that Git is an useful Files version control platform. In order to manage a large amount of files and many updated will be made on each files. A file version control platform is necessary. Git is a user friendly platform. All files and updated files are resided in the GIT platform. Therefore, in the future, if I need to look for an older version file or compare what I have made change to the file. It is easy and clear to keep all versions.

The above screen capture is a Git Bash. After I download it from the internet. I install it and I can easily start it up from Windows start menu.

The above screen capture is a Git Bash command prompt. Since it is a command line user interface, I need to use several command in order to manage all version of files.

I have learnt these commands. These commands are about how to setup the connection between my computer and the Git Server from Fab Academy. Also, I think Git using public key and private key security control. It is used to ensure only I can access the files in Git Server.

Visual Studio code

After that, my classmate recommend me to use Visual Studio Code with Git Bash extension for connecting to Git Server. Since it is a graphical user interface, I can easily to control the files push, pull and commit function by using graphical button. It is easier for me to control all files in my Git.

The above screen capture is the interface of Visual Studio Code. It is clearly to show the document respository. The files in document respository are clearly shown. Those files are connected to my Git in Fab Academy.

The most essential function is version control. After I have made changes on some files. It will be shown in “Source Control”. Then, I need to confirm “Commit”. Those updated files will be uploaded to Git. Latest updated files will be added a new version on it.

Markdown website editing language

This is my first time to use mark down language.

In the past, I only use html as website creation language. However, after I learnt this language, I found that it is more convenience for using markdown language.

Skills 1:

The below MD command is simple and I always use it.

This is the command for adding graphic file into the website.

Skills 2:

The below MD command is simple and I always use it.

This is the command for share a file for users to download it.

In the below command, it is about downloading a xcf file.

Skills 3:

This is the command for sharing a video in youtube.

The most important part is the unique code for youtube vidoe.

As below mentioned, the code q3bHdviay84 is the unique code my each video.

Skills 4:

This is the command for adding a title in table of content.

The key word “##” is used.

You could read that the title”this week task as below” is added to table of content.

Skills 5:

This is the command for adding a bullet for a list of sentence.

The key word “-” is used.

You could read that bullets are created.

About me

I have updated about me page in order to introduce myself and basic background.

Signed and uploaded Student Agreement

I have already signed and uploaded student agreement in “About” Page.


Last update: March 3, 2021