Skip to content

Commit 4e7ad1a

Browse files
authored
Workflow to rebase master into current branch
feat: workflow to rebase master into current branch
2 parents 3c83735 + 4ab0f00 commit 4e7ad1a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Rebase master into feature branch
3+
command: |-
4+
git checkout
5+
git checkout master
6+
git pull origin master
7+
git checkout -
8+
git pull origin master --rebase
9+
tags:
10+
- git
11+
description: Rebases master into the feature branch
12+
arguments: []
13+
source_url: ""
14+
author: Varun Jindal
15+
author_url: "https://www.linkedin.com/in/varun-jindal/"
16+
shells: []

0 commit comments

Comments
 (0)