Blame view

bower_components/prism/tests/languages/git/command_feature.test 430 Bytes
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  $ git add file.txt

  foo@foobar ~ $ git diff --cached

  $ git log -p -i

  

  ----------------------------------------------------

  

  [

  	["command", ["$ git add file.txt"]],

  	["command", ["foo@foobar ~ $ git diff", ["parameter", " --cached"]]],

  	["command", ["$ git log", ["parameter", " -p"], ["parameter", " -i"]]]

  ]

  

  ----------------------------------------------------

  

  Checks for git commands, with and without parameters.