Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Richter committed Mar 18, 2020
1 parent 20778b4 commit 13f4830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars/gitTools.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ basically executes a `git remote -v`.
Utility function to get the name of the parent branch. At the moment
this is limited to the following logic:

1. Use `origin/develop` as default
2. When there is no `origin/develop` branch in the remote branch list
use `origin/master`
1. Use `origin/develop` when branch exists
2. Use `origin/master` when branch exists
3. Fallback to `null`

0 comments on commit 13f4830

Please sign in to comment.