You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
904ecae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chetan201 you should fork this to your personal GitHub profile and then clone that down to your laptop as "origin":
then set sunpower as the "upstream" remote:
Then create a "feature" branch on our laptop
and push that feature to your personal GitHub profile:
then when you go to GitHub, you will see a bubble asking you if you want to open a PR to
SunPower/master
This is called the "feature-branch" workflow and if you follow it you will never make a mistake like this again.
Please read "the winning workflow" which explains it. Also this talk I gave last year at BIDS: the hacker within might interest you.