Skip to content

Instantly share code, notes, and snippets.

@brun0xff
Last active May 16, 2019 19:43
Show Gist options
  • Save brun0xff/89ca8889d760c58a526fb4fb460b6ecb to your computer and use it in GitHub Desktop.
Save brun0xff/89ca8889d760c58a526fb4fb460b6ecb to your computer and use it in GitHub Desktop.

Revisions

  1. brun0xff revised this gist May 16, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion commands-git.json
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    {
    "command":{
    "command": {
    "run": "git reset --hard origin/<branch>",
    "description": "Sure you are on the branch where the commit is"
    }
  2. brun0xff revised this gist May 16, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion commands-git.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {
    "command":{
    "run": "git reset --hard origin/<branch>",
    "description": "Make sure you are on the branch where the commit is"
    "description": "Sure you are on the branch where the commit is"
    }
    }
  3. brun0xff revised this gist May 16, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions commands-git.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    [
    {
    "command":{
    "run": "git reset --hard origin/<branch>",
    "description": "Make sure you are on the branch where the commit is"
    }
    ]
    }
  4. brun0xff revised this gist May 16, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions commands-git.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {
    [
    "command":{
    "run": "git reset --hard origin/<branch>",
    "description": "Make sure you are on the branch where the commit is"
    }
    }
    ]
  5. brun0xff revised this gist May 16, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion commands-git.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {
    "command":{
    "run": "git reset --hard origin/<branch>"
    "run": "git reset --hard origin/<branch>",
    "description": "Make sure you are on the branch where the commit is"
    }
    }
  6. brun0xff revised this gist May 16, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion commands-git.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {
    "command":{
    "run": "git reset --hard origin/<branch>"
    "description": 'Make sure you are on the branch where the commit is"
    "description": "Make sure you are on the branch where the commit is"
    }
    }
  7. brun0xff revised this gist May 16, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions commands-git.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {
    'command':{
    'run': 'git reset --hard origin/<branch>'
    'description': 'Make sure you are on the branch where the commit is'
    "command":{
    "run": "git reset --hard origin/<branch>"
    "description": 'Make sure you are on the branch where the commit is"
    }
    }
  8. brun0xff created this gist May 16, 2019.
    6 changes: 6 additions & 0 deletions commands-git.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    {
    'command':{
    'run': 'git reset --hard origin/<branch>'
    'description': 'Make sure you are on the branch where the commit is'
    }
    }