As I consider myself a git dummy, what would be the best (or easiest way for you to handle) to commit new changes and issue PR for apps?
I usually do the following:
1) before making any changes a do a "fetch and merge from upstream" on my fork of the BangleApps repo 2) commit changes to my fork 3) issue the PR
Is this "the clean" way?
@Raik started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
As I consider myself a git dummy, what would be the best (or easiest way for you to handle) to commit new changes and issue PR for apps?
I usually do the following:
1) before making any changes a do a "fetch and merge from upstream" on my fork of the BangleApps repo
2) commit changes to my fork
3) issue the PR
Is this "the clean" way?