Skip to content

Commit

Permalink
git auto create missing upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 5, 2023
1 parent dba1920 commit 5551624
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
# Specify a folder for hooks (only available for git version >= 2.9)
git config core.hooksPath .githooks

# Auto-create missing upstream branch
git config push.autoSetupRemote true

0 comments on commit 5551624

Please sign in to comment.