What i learnt today
Today i did a project to simulate how teams collaborate.
It entailed:
- Creating a repo named mini-wiki in teams of 4 and initalize a readme file.
- Each person is assigned a task by crating their own markdown file.
- I was working on history.md which entailes history of programming and technology.
- Create an issue with a title and description and assign it myself.
- Create a branch qhere i was to work on this.My branch was called feature-history.
- Edit the file(history.md) by adding a title and short description.
- I was to stage , commit and push the above.
- Open a pull request , review and merge.
- 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)