mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-28 23:54:59 +00:00
feature: add button to navigate to current HEAD (#50)
This commit is contained in:
parent
09720f81d4
commit
d986aa7165
7 changed files with 32 additions and 1 deletions
9
src/Resources/Locales.Designer.cs
generated
9
src/Resources/Locales.Designer.cs
generated
|
@ -3003,6 +3003,15 @@ namespace SourceGit.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Navigate To HEAD.
|
||||
/// </summary>
|
||||
public static string Text_Repository_NavigateToCurrentHead {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.Repository.NavigateToCurrentHead", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to NEW BRANCH.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue