DEV Community

Cover image for Open Source: My first Pull Request

Open Source: My first Pull Request

MizuhoOkimoto on September 25, 2021

After I published an open source project which creates a static site generator(SSG), my second lab assignment was adding new features and making a ...
Collapse
 
tugrul profile image
Tuğrul Topuz • Edited

You can choose merge on github then use git stash command and pull from remote repository then git stash pop is fluent then your approach. Consider you have 5 collegue and they pushed so many commits. Manual operation is a bit pain in this scenario

Collapse
 
okimotomizuho profile image
MizuhoOkimoto

Hi Tuğrul! Thank you for your comment and advice! I didn't know about git stash command 👀 Sounds tough if many people push many commits... I will try to use the command next time!

Collapse
 
tugrul profile image
Tuğrul Topuz

Hi Mizuho. You're welcome. Git is powerful and it has more tools in their toolbox. So interactive rebase is another good feature. You can edit entire history of commits but there is a vital point while making changes on. Commit history should not propagated your coworkers or you have to make plan and sync commit history all together with your coworkers

Thread Thread
 
okimotomizuho profile image
MizuhoOkimoto

Git is very interesting, but I'm still afraid of working on it with other people. I hope I can be a git manster😆 Thank you for the informative information!

Collapse
 
seokjeon profile image
Se-ok Jeon

Thx for this! This is really what I wanted. Helped A LOT.
Can I translate in Korean this post? If you don't mind, I wanna share this awesome post in Korean. Surely, There will be a link directing to this original post.

Collapse
 
okimotomizuho profile image
MizuhoOkimoto

Hello Se-ok! Thank you for saying so! I'm so happy if it would be helpful. I'm a still beginner at open-source and git, but I don't mind you sharing it 😍

Collapse
 
thesanjeevsharma profile image
Sanjeev Sharma

Good going 👏

Collapse
 
okimotomizuho profile image
MizuhoOkimoto • Edited

Thank you, Sanjeev😊 I like your JavaScript tutorial blog!

Collapse
 
za profile image
Zach

Always cool to see new devs getting excited about open source! You should check out Hacktoberfest in a few days.

Collapse
 
okimotomizuho profile image
MizuhoOkimoto • Edited

Hi Zach! I was lost about what to do before but I'm pretty excited about open source now! My goal for the next four weeks is to sign up for the Hacktoberfest and actually make pull requests and get approved, so I'll post about it here again 😉

Collapse
 
akacoder007 profile image
AkaCoder007

great

Collapse
 
okimotomizuho profile image
MizuhoOkimoto

Thank you so much😃