今天,我像往常一样处理我的任务,但从某一刻到下一刻,我的gitk GUI都混在了一起:

是否有方法为gitk重置GUI元素的GUI/配置位置?
发布于 2020-09-09 13:32:20
来自man gitk
User configuration and preferences are stored at:
• $XDG_CONFIG_HOME/git/gitk if it exists, otherwise
• $HOME/.gitk if it exists
If neither of the above exist then $XDG_CONFIG_HOME/git/gitk is created and used by default. If $XDG_CONFIG_HOME is not set it
defaults to $HOME/.config in all cases.删除配置(通常在.config/git/gitk中)应该重置设置。
https://stackoverflow.com/questions/63811998
复制相似问题