You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-client/current.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ _“Sharing is caring.”_
30
30
- Upgraded to Electron 22.
31
31
- Experimental Feature - Git Executable:
32
32
- Added push support.
33
+
- Force push will now default to `--force-with-lease`, and prompt to `fetch` or `push --force` (without lease) when the remote ref and remote-tracking branch are different.
33
34
- Added support for streaming Git Hooks output.
34
35
- Renamed the GitKraken Terminal command `gk` to `gkc`.
35
36
@@ -43,6 +44,8 @@ _“Sharing is caring.”_
43
44
- Fixed an issue where the GPG program could be set to an invalid value, causing issues with GPG actions.
44
45
- Fixed cases of improper UI for the Workspace pull request list when using the search bar.
45
46
- Fixed cases where a blank screen could appear while viewing a repo's README from a Workspace.
47
+
- Fixed tilde resolution of `core.hooksPath` in some cases.
0 commit comments