Skip to content

Commit 7cb771a

Browse files
authored
Merge pull request #45 from nuno-vieira/add/git-upstream
git: Add workflow to set upstream branch
2 parents f79319e + 661d744 commit 7cb771a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

specs/git/set_upstream_branch.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Set upstream branch
3+
command: git push -u origin HEAD
4+
tags:
5+
- git
6+
description: Sync the local branch to the remote branch with the same name.
7+
arguments: []
8+
shells: []

0 commit comments

Comments
 (0)