【问题标题】:Reseting gitk GUI重置 git GUI
【发布时间】:2020-09-09 12:45:27
【问题描述】:

今天我照常工作,但从前一刻到下一刻,我的 gitk GUI 都搞砸了:

有没有办法为 gitk 重置 GUI/配置 GUI 元素的位置?

【问题讨论】:

  • 我猜rm ~/.config/git/gitk ?
  • 是的,解决了它:D

标签: git gitk


【解决方案1】:

来自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 中应该重置设置。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-04-20
    • 2010-10-18
    • 1970-01-01
    • 2014-01-31
    • 1970-01-01
    • 2017-12-15
    • 2013-01-05
    • 2011-02-06
    相关资源
    最近更新 更多