[Github-comments] [geany] error during compilation - spawn.c (#764)

Colomban Wendling notifications at xxxxx
Sat Nov 21 19:10:27 UTC 2015


How would committing on the Geany repo itself simplify creating PRs?  Creating a GitHub fork is one click, once.  Then, just add this new remote to your existing Geany clone (the "official" one) (just once, again), and do just like you'd do if you only used that one, but push your feature/pr branches to your own remote.

For example, I'd do:
```shell
(on master) $ git pull --ff--only # get new changes, as usual
(on master) $ git checkout -b my-pr-branch
(on my-pr-branch) $ # do some editing as needed
(on my-pr-branch) $ git commit -a -m "Fix something very important"
(on my-pr-branch) $ git push b4n my-pr-branch # publish my branch on my own fork
```

I guess I totally miss the point, but I fail to see how specifying the remote in the `git push` call is a cumbersome.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/764#issuecomment-158673021
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151121/5ced8880/attachment.html>


More information about the Github-comments mailing list