Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How Spendsetter gits

How Spendsetter gits

Behold, Spendsetter's new, improved, and more-refined git process.

Bill Israel

January 22, 2015
Tweet

More Decks by Bill Israel

Other Decks in Programming

Transcript

  1. how to clean up step 7 update base branch git

    rebase -i <base> git push --force origin <branch>
  2. Fixes deleting campaigns The resource collection was incorrect on the

    `DELETE` URL for campaigns. It was `campaign` and should have been `campaigns`. Fixes AMP-123. step 7