Closed
Conversation
…verrides (sourcegit-scm#2191) Add `UseMicaOnWindows11` to custom theme schema Signed-off-by: leo <[email protected]>
Re-design the diff view toolbar Signed-off-by: leo <[email protected]>
Users can now create branch by: - Hotkey `Ctrl+B/⌘+B` or clicking the `Create Branch` button in `LOCAL BRANCHES` in sidebar to create a branch with current HEAD - Hotkey `Ctrl+Shift+B/⌘+⇧+B` to create a branch with selected commit in `HISTORY` - Using `Create Branch` in repository's command palette Signed-off-by: leo <[email protected]>
Signed-off-by: leo <[email protected]>
…bCollection` Signed-off-by: leo <[email protected]>
…ng local branch (sourcegit-scm#2169) Since the remote branch tree did not changed after checkout, and the changes in the local branch tree are completely predictable, update it manually. Signed-off-by: leo <[email protected]>
…it is necessary after selecting a single item in `File History` (sourcegit-scm#2192) Signed-off-by: leo <[email protected]>
Signed-off-by: leo <[email protected]>
…t-forward a exiting local branch (sourcegit-scm#2169) Signed-off-by: leo <[email protected]>
…nch (sourcegit-scm#2169) Signed-off-by: leo <[email protected]>
… branch (sourcegit-scm#2169) Signed-off-by: leo <[email protected]>
…e new files Signed-off-by: leo <[email protected]>
Signed-off-by: leo <[email protected]>
…egit-scm#1734) Signed-off-by: leo <[email protected]>
…he ssh port changed by a changed https port Signed-off-by: leo <[email protected]>
- Use `string extra` parameter instead of adding a new `bool threeWayMerge` in `Commands.Apply`. - Add missing translations for Chinese Signed-off-by: leo <[email protected]>
Signed-off-by: leo <[email protected]>
…changing submodule url popup Signed-off-by: leo <[email protected]>
Signed-off-by: leo <[email protected]>
Signed-off-by: leo <[email protected]>
…ondition (sourcegit-scm#2203) Signed-off-by: leo <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The default branch here is master instead of development, so (by default) Pull Requests will target master and our GitHub Actions will not be triggered.
See my first PRs, for example this one: #2206