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
DiscardSelectionTooltip: "When unstaged change is selected, discard the change using `git reset`. When staged change is selected, unstage the change.",
RenameBranchWarning: "This branch is tracking a remote. This action will only rename the local branch name, not the name of the remote branch. Continue?",
ViewDiffingOptionsTooltip: "View options relating to diffing two refs e.g. diffing against selected ref, entering ref to diff against, and reversing the diff direction.",
1711
+
CancelDiffingMode: "Cancel diffing mode",
1703
1712
// the actual view is the extras view which I intend to give more tabs in future but for now we'll only mention the command log part
1704
1713
OpenCommandLogMenu: "View command log options",
1705
1714
OpenCommandLogMenuTooltip: "View options for the command log e.g. show/hide the command log and focus the command log.",
MarkedBaseCommitStatus: "Marked a base commit for rebase",
1926
1937
MarkAsBaseCommit: "Mark as base commit for rebase",
1927
1938
MarkAsBaseCommitTooltip: "Select a base commit for the next rebase. When you rebase onto a branch, only commits above the base commit will be brought across. This uses the `git rebase --onto` command.",
1939
+
CancelMarkedBaseCommit: "Cancel marked base commit",
1928
1940
MarkedCommitMarker: "↑↑↑ Will rebase from here ↑↑↑",
1929
1941
FailedToOpenURL: "Failed to open URL %s\n\nError: %v",
0 commit comments