We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c4bc7 commit 9dd70fdCopy full SHA for 9dd70fd
.changeset/forty-parts-chew.md
simple-git/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change History & Release Notes
2
3
+## 3.30.0
4
+
5
+### Minor Changes
6
7
+- bc77774: Correctly identify current branch name when using `git.status` in a cloned empty repo.
8
9
+ Previously `git.status` would report the current branch name as `No`. Thank you to @MaddyGuthridge for identifying this issue.
10
11
## 3.29.0
12
13
### Minor Changes
simple-git/package.json
@@ -1,7 +1,7 @@
{
"name": "simple-git",
"description": "Simple GIT interface for node.js",
- "version": "3.29.0",
+ "version": "3.30.0",
"author": "Steve King <steve@mydev.co>",
"contributors": [
0 commit comments