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.",
1710
+
CancelDiffingMode: "Cancel diffing mode",
1702
1711
// 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
1703
1712
OpenCommandLogMenu: "View command log options",
1704
1713
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",
1924
1935
MarkAsBaseCommit: "Mark as base commit for rebase",
1925
1936
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.",
1937
+
CancelMarkedBaseCommit: "Cancel marked base commit",
1926
1938
MarkedCommitMarker: "↑↑↑ Will rebase from here ↑↑↑",
1927
1939
FailedToOpenURL: "Failed to open URL %s\n\nError: %v",
0 commit comments