Skip to content

Commit c337bd5

Browse files
authored
Merge branch 'main' into feature/search-packages-android-device
2 parents e0f09cd + 4e7ad1a commit c337bd5

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)