We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0f09cd + 4e7ad1a commit c337bd5Copy full SHA for c337bd5
1 file changed
specs/git/rebase_master_into_current_branch.yaml
@@ -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