As an [Role], I would like to [----------].
The [Role] can do the following:
commit 688a9ebc11d5092f3d0e1ef9e266a5151b322d48 | |
Author: Robert Anthony Bellamy <[email protected]> | |
Date: Sun Apr 10 13:06:20 2016 -0400 | |
adds The-Cat-in-the-Hat.text | |
diff --git a/The-Cat-in-the-Hat.text b/The-Cat-in-the-Hat.text | |
new file mode 100644 | |
index 0000000..c790cee | |
--- /dev/null |
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
start a working area (see also: git help tutorial)
git rev-list A ^B
master@{1} // Where was master 1 before
/admin/config/media/image-styles/edit/1tile_program_2
Overlay (watermark) sites/syfy/modules/custom/ott_brand_media/images/roku_syfy_play_icon_12182015.png; 105, y:463; alpha:100%; width: 39px; height: 39px; upscale: on
Once a PR is next in line and ready to be merged (all code review is finished and QA has signed off) the developer should locally:
$ git fetch --all
$ git rebase -p upstream/integration integration
$ git push -f origin integration
$ git rebase -p integration feature_branch
{ | |
"name": "yourThemeName", | |
"version": "0.0.0", | |
"authors": [ | |
"Your Name <youremail.youremail.com>" | |
], | |
"description": "Your description ....", | |
"dependencies": { | |
"eq.js": "~1.7.0", | |
"borealis": "~1.1.0", |