-
-
Notifications
You must be signed in to change notification settings - Fork 45
Home
Mihails Akimenko edited this page Dec 15, 2017
·
6 revisions
The goals of this Git repository are:
- simplify startup of a new projects
- try to keep code simple and clean (focus on single feature/technology in each branch)
- learn and pre-create projects with frequently used technologies
- create an advanced project startup via combining of two or more branches into single (use git rebase/merge/cherry pick etc features)
- see what has changed in order to enable required functionality (via branch diffs)
The repository includes multiple branches and each branch represents set of functionalities. Such approach allows seeing what has changed (using Git branch diffs) in order to make it work. In addition to Git diff, it is possible to use Git patch, cherry pick etc to combine multiple starters.