Skip to content

Instantly share code, notes, and snippets.

@sundeepgupta
Last active May 18, 2018 13:36
Show Gist options
  • Save sundeepgupta/10dba2787d2c794dd06b899a06b4f9da to your computer and use it in GitHub Desktop.
Save sundeepgupta/10dba2787d2c794dd06b899a06b4f9da 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 project-completion.swift
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@ project.addDeveloper(jim) // Jim started coding...
    project.stop()
    project.addDeveloper(bob)
    bob.pushCommit("1")
    jim.pushCommit("2") // CI is building Commit(author: "Jim", hash: "1").
    jim.pushCommit("2") // CI is building Commit(author: "Jim", hash: "2").
  2. sundeepgupta revised this gist May 17, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion project-completion.swift
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@ project.addDeveloper(jim) // Jim started coding...
    project.stop()
    project.addDeveloper(bob)
    bob.pushCommit("1")
    jim.pushCommit("1") // CI is building Commit(author: "Jim", hash: "1").
    jim.pushCommit("2") // CI is building Commit(author: "Jim", hash: "1").
  3. sundeepgupta revised this gist May 16, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions project-completion.swift
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    project.addDeveloper(jim) // Jim started coding...
    project.stop()
    project.addDeveloper(bob) // (no output)
    bob.pushCommit("1") // (no output)
    project.addDeveloper(bob)
    bob.pushCommit("1")
    jim.pushCommit("1") // CI is building Commit(author: "Jim", hash: "1").
  4. sundeepgupta revised this gist May 16, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion project-completion.swift
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    project.addDeveloper(jim) // Jim started coding...
    project.stop()
    project.addDeveloper(bob) // (no output)
    bob.pushCommit("1") // (no output)
    jim.pushCommit("3") // CI is building Commit(author: "Jim", hash: "3").
    jim.pushCommit("1") // CI is building Commit(author: "Jim", hash: "1").
  5. sundeepgupta renamed this gist May 16, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  6. sundeepgupta created this gist May 16, 2018.
    4 changes: 4 additions & 0 deletions completions.swift
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    project.stop()
    project.addDeveloper(bob) // (no output)
    bob.pushCommit("1") // (no output)
    jim.pushCommit("3") // CI is building Commit(author: "Jim", hash: "3").