Skip to content

2. Project management

This week I got familiar with the Gitlab platform, to be able to edit my repository, which with the support of my instructor Isaac Robles was possible.

Research

In order to work with the repository, I had to investigate the management of applications that allow editing html, such as editing locally and then publishing in my repository.

Code Example

Git code needed to update my repository

//add changes
git add .

// record changes
git commit -m "comentario"

// upload changes
git push origin master

Configuration process

  • Downloading Git from console

    Go to the Git page to download the application that will allow me to make a remote connection from my computer to the repository.

  • Downloading Ghostwrite editor

    Consider that not having much knowledge in editing web pages, our instructor recommended handling ghostwrite, which allows editing in a simple way where the preview of the editing of the web page is shown at the same time.

  • Use git commands to locate the created clone folder on my computer

    When reviewing documentation on git commands I found that it is based on the Linux kernel, which seemed familiar to me, since I have some knowledge in handling these commands. I recommend visiting the following link for more information:Commands

  • Enter the repository

    Thanks to the credentials provided to use the repository, you can enter the repository with my username and password.

  • Clone repository to my personal computer

    Being my first experience with managing the repository, I explored its options, where I realized how my repository is built, where I found the directory structure of my web page, as well as the files already implemented in it.

  • Edit and save the repository code with the information required from the tasks

    The ghostwrite program seemed to me at first glance to be a friendly and easy-to-use environment for editing my repository, as well as the ease that when editing I can see the changes and how they will be displayed on the web.

  • Update repository information

    With the use of the aforementioned commands you can update the information on my website in a friendly and simple way.


Last update: February 8, 2022