简体   繁体   English

git 新手 - 如何在 git gui 中更改目录

[英]new to git - how to change directory in git gui

when i launch my git gui, if i look at the top left hand corner, it points to c: i am trying to change this but it does not work当我启动我的 git gui 时,如果我看左上角,它指向 c: 我正在尝试更改它,但它不起作用

so here is what i tried: I tried to look through this documentation , and it states that when I right click in my folder i want to be a repository on my pc, Iwill find a option called "git init here", no such option exists... how can i make this folder of mine recognized by the git gui ?所以这是我尝试过的:我尝试查看 此文档,它指出当我右键单击我的文件夹时,我想成为我电脑上的存储库,我会找到一个名为“git init here”的选项,没有这样的选项存在...我怎样才能让我的这个文件夹被 git gui 识别?

This will open Git Gui in "my folder":这将在“我的文件夹”中打开 Git Gui:

Open command line and type:打开命令行并输入:

cd <my folder>
git gui

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM