Closed Megachip closed 4 years ago
Thanks! And don't forget to always pull changes from master before a commit and a pull request!
Thanks! And don't forget to always pull changes from master before a commit and a pull request! I know at least how to do this on git, but how to do this on github? :(
It's not really straigtforward, but basically, you add my repository as a remote from your local repository, pull changes from that remote, automatically merge or merge + fix if needed, then you can also push to your github. Instead of merging you can also do a rebase, especially is you haven't push your changes yet or if you're working alone in a local branch) then you can also push to your github. History will be cleaner.
Issue #7