📜  从命令行打开 git gui - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:46.906000             🧑  作者: Mango

代码示例1
git gui
#git gui focuses on allowing users to make changes to their repository by 
#making new commits, amending existing ones, creating branches, performing local
#merges, and fetching/pushing to remote repositories. 
#Unlike gitk, git gui focuses on commit generation and single file annotation 
#and does not show project history