[GitHub] [incubator-nuttx] acassis commented on issue #98: Add low level operations to STM32L4 PWM driver.

2020-01-14 Thread GitBox
acassis commented on issue #98: Add low level operations to STM32L4 PWM driver. URL: https://github.com/apache/incubator-nuttx/pull/98#issuecomment-574234993 Worked like a charm! Now I just need to run: "git newpr pr98" and everything is done: $ cat /usr/bin/git-newpr

[GitHub] [incubator-nuttx] acassis commented on issue #98: Add low level operations to STM32L4 PWM driver.

2020-01-14 Thread GitBox
acassis commented on issue #98: Add low level operations to STM32L4 PWM driver. URL: https://github.com/apache/incubator-nuttx/pull/98#issuecomment-574225083 Mmm, I can create my own "git branch" command, very interesting: https://coderwall.com/p/bt93ia/extend-git-with-custom-commands

[GitHub] [incubator-nuttx] acassis commented on issue #98: Add low level operations to STM32L4 PWM driver.

2020-01-14 Thread GitBox
acassis commented on issue #98: Add low level operations to STM32L4 PWM driver. URL: https://github.com/apache/incubator-nuttx/pull/98#issuecomment-574221261 You are welcome! I need a "pre-branch" hook, but AFAIK it doesn't exist:

[GitHub] [incubator-nuttx] acassis commented on issue #98: Add low level operations to STM32L4 PWM driver.

2020-01-14 Thread GitBox
acassis commented on issue #98: Add low level operations to STM32L4 PWM driver. URL: https://github.com/apache/incubator-nuttx/pull/98#issuecomment-574215884 Hi Alin, normally I do: git pull --rebase, but I did it after the pr98 creating and then merged pr98 with master to keep it in sync.