|
You are here |
blog.kulman.sk | ||
| | | | |
www.maxpou.fr
|
|
| | | | | git worktree allows you to attach a branch to a specific folder. It's like doing a clone of a repository that shares the same git folder. | |
| | | | |
dylanpaulus.com
|
|
| | | | | Have you ever found yourself in the middle of coding a feature, only to receive a notification that production is down? If you're using Git, you now have a few options: commit your work, stash your work, or discard your work. Each of these options has its own set of problems, depending on the situat... | |
| | | | |
felixrieseberg.com
|
|
| | | | | Git worktrees: Work in multiple branches at the same time. Quit reinstalling dependencies when you checkout different branches. | |
| | | | |
www.integralist.co.uk
|
|
| | | Introduction Rebase before merge Example (Bonus) Modifying content within an interactive rebase Introduction This is a quick post to cover a GitHub workflow that is utilised by our specific team (Frameworks) here at BBC News. The basis of our workflow is this: Open a GitHub PR (Pull Request) by creating a new feature branch from master Make feature specific changes and request a code review If given a "thumbs up", this means the PR author is allowed to handle merging the PR The merge process requires a s... | ||