DEV Community

Cover image for Day 4 of documentating my learning journey
James Kabuga
James Kabuga

Posted on

Day 4 of documentating my learning journey

What i learnt today

Today i did a project to simulate how teams collaborate.

It entailed:

  1. Creating a repo named mini-wiki in teams of 4 and initalize a readme file.
  2. Each person is assigned a task by crating their own markdown file.
  3. I was working on history.md which entailes history of programming and technology.
  4. Create an issue with a title and description and assign it myself.
  5. Create a branch qhere i was to work on this.My branch was called feature-history.
  6. Edit the file(history.md) by adding a title and short description.
  7. I was to stage , commit and push the above.
  8. Open a pull request , review and merge.
  9. Create a project board and with 3 columns: To do , inprogress and done. 10.Submit everything in the discord channel.

Challenges i faced

I had forgotten how to create a file in the terminal the history.md

How i solved the challenge.

Revied my notes for the command echo "" > history.md
And was able to create the markdown file.

Resources i used
I used the public repo available on github under Bonaventure Ogeto account

What's Next

Since I'm done with the intro to git and github 2 weeks course,

From tomorrow I'm starting the python refresher course on YouTube.

Maximum it should go for 4 weeks.

Top comments (0)