Skip to content

Instantly share code, notes, and snippets.

@sundeepgupta
Last active May 18, 2018 13:36
Show Gist options
  • Save sundeepgupta/bb2581b9ff3fc502024ff2b92d51eb24 to your computer and use it in GitHub Desktop.
Save sundeepgupta/bb2581b9ff3fc502024ff2b92d51eb24 to your computer and use it in GitHub Desktop.

Revisions

  1. sundeepgupta revised this gist May 18, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion developer-completions.swift
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,4 @@ jim.stopCoding()
    anna.stopCoding()
    jim.pushCommit("1")
    project.addDeveloper(bob) // Bob started coding...
    bob.pushCommit("2") // CI is building Commit(author: "Bob", hash: "1").
    bob.pushCommit("2") // CI is building Commit(author: "Bob", hash: "2").
  2. sundeepgupta revised this gist May 17, 2018. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions developer-completions.swift
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    project.addDeveloper(jim) // Jim started coding...
    project.addDeveloper(jim) // Jim started coding...
    project.addDeveloper(anna) // Anna started coding...
    jim.stopCoding()
    anna.stopCoding()
    jim.pushCommit("1")
    project.addDeveloper(bob) // Bob started coding...
    bob.pushCommit("1") // CI is building Commit(author: "Bob", hash: "1").
    project.addDeveloper(bob) // Bob started coding...
    bob.pushCommit("2") // CI is building Commit(author: "Bob", hash: "1").
  3. sundeepgupta created this gist May 16, 2018.
    5 changes: 5 additions & 0 deletions developer-completions.swift
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    project.addDeveloper(jim) // Jim started coding...
    jim.stopCoding()
    jim.pushCommit("1")
    project.addDeveloper(bob) // Bob started coding...
    bob.pushCommit("1") // CI is building Commit(author: "Bob", hash: "1").