Skip to content

Instantly share code, notes, and snippets.

View rabellamy's full-sized avatar

Robert Anthony Bellamy rabellamy

View GitHub Profile

As an [Role], I would like to [----------].

Acceptance Criteria

The [Role] can do the following:

Note:
Dependencies

Your team has been contracted by ACME Corp to create a Drupal 8 based website for their upcoming user conference ACME Camp. The site will be used primarily to market the conference, provide newsletter signups, allow user registration, collect and display session submissions.

Resources

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

Intro to Git

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.

These are common Git commands used in various situations:

start a working area (see also: git help tutorial)

Scripting Git

Example 1

git rev-list A ^B

master@{1}  // Where was master 1 before

Go to /admin/config/media/textimage

  1. Click 'edit' for 'syfy_medium_82'
  2. Click on the 'Text settings' tab then check the 'Fixed width?' checkbox
  3. Click the 'Save preset' button

Back at /admin/config/media/textimage

  1. Go to /admin/config/media/image-styles/edit/1tile_program_2
  2. Click 'Override defaults'
  3. Click 'edit' for 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
  4. Change 'file name' to 'sites/syfy/modules/custom/ott_brand_media/images/roku_syfy_play_icon.png'
  5. Click the 'Update effect' button

Queueing PR's

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:

Update Feature Branch

$ 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",