Skip to content

Commit 0adeb9b

Browse files
author
elvis kahoro
authored
Merge pull request #141 from warpdotdev/elvis/graphite-002
Adding more of the graphite workflows primarily the ones specific to branches
2 parents 2a8af27 + 79146f1 commit 0adeb9b

23 files changed

Lines changed: 79 additions & 131 deletions

specs/graphite/gt_branch_checkout.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Graphite - Checkout a branch
33
command: "gt bco {{branch_name}}"
44
tags:
55
- graphite
6-
description: "Switch to or checkout a branch. Similar to `git checkout <branch_name>`"
6+
description: "Alias `bco`. Switch to or checkout a branch. Similar to `git checkout <branch_name>`"
77
arguments:
88
- name: branch_name
99
description: The name of the branch that you want to checkout
1010
default_value: main
11-
source_url: "https://graphite.dev/docs/graphite-cheatsheet"
11+
source_url: "https://graphite.dev/docs/command-reference"
1212
author: graphite
1313
author_url: "https://graphite.dev/"
1414
shells: []

specs/graphite/gt_branch_create.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

specs/graphite/gt_branch_delete.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

specs/graphite/gt_branch_down.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

specs/graphite/gt_branch_edit.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

specs/graphite/gt_branch_fold.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

specs/graphite/gt_branch_list.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

specs/graphite/gt_branch_new_with_commit_message.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ arguments:
88
- name: commit_message
99
description: The message to assign to this commit.
1010
default_value: ~
11-
source_url: "https://graphite.dev/docs/graphite-cheatsheet"
11+
source_url: "https://graphite.dev/docs/command-reference"
1212
author: graphite
1313
author_url: "https://graphite.dev/"
1414
shells: []

specs/graphite/gt_branch_rename.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

specs/graphite/gt_branch_restack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Graphite - Restacks the current branch to its parent
33
command: "gt branch restack"
44
tags:
55
- graphite
6-
description: "Alias: `brn`. Ensure the current branch is based on its parent, rebasing if necessary."
7-
source_url: "https://graphite.dev/docs/graphite-cheatsheet"
6+
description: "Alias: `br`. Ensure the current branch is based on its parent, rebasing if necessary."
7+
source_url: "https://graphite.dev/docs/command-reference"
88
author: graphite
99
author_url: "https://graphite.dev/"
1010
shells: []

0 commit comments

Comments
 (0)