Syncing A forked Repo with the Parent Repo on GitHub

A short guide and a practical reference to GitHub Documentation on syncing a repo. It’s kind of an ‘open-source’ hacks For the guide, I’ll be using a repo I forked from FbDevcCommunityContent. From the terminal, I will change my directory to where the project files are: The first step will be to fetch branches and their commits from the upstream, or the parent repository: git fetch upstream After that, ensure that you are at the default repository on your remote repo. In my case, the default branch is master, and so is the upstream. ...

January 1, 2021 · 1 min · Chris Achinga

21 In a Glimpse

https://linktr.ee/chrisdev Well, I started writing an article, a really long one so I had to break it down then post the whole piece (ironic tho) later once I am done. 21 in A Glimpse My journey into a full-stack dream job seriously started in March 2020, and I’ve learned more from the many mistakes I have made along the way. After research and a little bit of practice, I thought I’d document my preferences and choices that I’ll probably use in ‘21. Most of my suggestions are from the Dev communities and some individuals who I admire how they work and probably walking in the same path. ...

December 31, 2020 · 4 min · Chris Achinga