Skip to content

Commit 0c8d4d4

Browse files
committed
Merge branch 'release/1.3.15' into main
2 parents 42e2cba + a0e82cf commit 0c8d4d4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"titleBar.activeBackground": "#1857a4",
4949
"titleBar.activeForeground": "#e7e7e7",
5050
"titleBar.inactiveBackground": "#1857a499",
51-
"titleBar.inactiveForeground": "#e7e7e799"
51+
"titleBar.inactiveForeground": "#e7e7e799",
52+
"commandCenter.border": "#e7e7e799"
5253
},
5354
"editor.experimental.stickyScroll.enabled": true
5455
}

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
3. When VS Code opens a Windows directory while on a remote WSL, sometimes this might cause problems. But who is gonna do that, right?
1515
4. When authentication is not configured, commands that make `push` to remote commands may fail. (see: [How to setup](#how-to-setup))
1616

17+
## What is Git Flow
18+
19+
Git Flow is an abstract idea of a Git workflow. It helps with continuous software development and implementing DevOps practices. The Git Flow Workflow defines a strict branching model designed around the project release. This provides a robust framework for managing larger projects.
20+
21+
Git Flow is ideally suited for projects that have a scheduled release cycle and for the DevOps best practice of continuous delivery. It assigns very specific roles to different branches and defines how and when they should interact. It uses individual branches for preparing, maintaining, and recording releases.
22+
23+
[Read more](https://blog.knoldus.com/introduction-to-git-flow/).
24+
1725
## How to use
1826

1927
When installed, you will find 2 new views in SCM side bar, GITFLOW and VERSIONS. Also in status bar you will find **Git Flow** button to launch Quick Pick menu, or you can use `Shift`+`Alt`+`D` short key.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-gitflow",
33
"displayName": "Git Flow",
44
"description": "Git-Flow support for VS Code",
5-
"version": "1.3.14",
5+
"version": "1.3.15",
66
"engines": {
77
"vscode": "^1.64.0"
88
},

0 commit comments

Comments
 (0)