开发者

How to change default folder

开发者 https://www.devze.com 2023-04-07 10:37 出处:网络
So I\'m developing with my team and we are using Github for that. Now, default folder is usually in C:\\Documents and Settings开发者_开发问答\\username\\.ssh\\somefolder

So I'm developing with my team and we are using Github for that. Now, default folder is usually in

C:\Documents and Settings开发者_开发问答\username\.ssh\somefolder

now when I want to commit&push changes I MUST commit from this folder, but its annoying because I'm editing and testing files on my wamp which is located on D:\wamp\www

now my question is, how to change default folder so I can pull repo and commit/push directly from my wamp?


Simply move your local repository (the folder containing the .git subfolder and everything it contains) into the location you'd like to use.

0

精彩评论

暂无评论...
验证码 换一张
取 消