DEV Community

Discussion on: How to make using Github tools easy?

Collapse
 
iyashsoni profile image
Yash Soni

Hey, git fetch would be a really nice addition to this. Usually to get latest changes from upstream into my local branch I usually do this often:

git fetch upstream
git merge upstream/<branch-you-want-merged>

Overall a good article. 😃🤘🏻

Collapse
 
divyajyotiuk profile image
Divyajyoti Ukirde • Edited

I haven't included the commands for forked repo. I might do it in next article! Thank you!