Skip to content

Commit 661d744

Browse files
committed
Add git workflow to set upstream branch
1 parent f79319e commit 661d744

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)