|
You are here |
www.ncameron.org | ||
| | | | |
andrew.yurisich.com
|
|
| | | | | ||
| | | | |
pksunkara.com
|
|
| | | | | ||
| | | | |
blog.oddbit.com
|
|
| | | | | Always work on a branch (never commit on master) When working with an upstream codebase, always make your changes on a feature branch rather than your local master branch. This will make it easier to keep your local master branch current with respect to upstream, and can help avoid situations in which you accidentally overwrite your local changes or introduce unnecessary merge commits into your history. Rebase instead of merge If you need to incorporate changes from the upstream master branch in the feat... | |
| | | | |
blog.notmyhostna.me
|
|
| | | This guide explains how to deploy to a remote server by pushing to a remote git repository which is using a custom post-receive hook to checkout the ... | ||