Tuesday, 15 May 2012

user interface - git gui - add new remote -



user interface - git gui - add new remote -

i trying initialize remote git , force folder files using git gui. doing same sequence in windows git gui works perfectly. when doing remote->add in ubuntu, name: test location: /home/ubuntu/test.git

i next error: fatal: git_work_tree (or --work-tree=) not allowed without specifying git_dir (or --git-dir=) should set git_dir=/home/ubuntu/test.git? , after doing that, repeat remote->add step ?

thanks, ran

it's been resloved. intialized shell commands, , homecoming utilize git gui. functions ok.

cd <server_dir> mkdir <name>.git cd <name>.git git init --bare cd <work_dir> git init git add together * git commit -m "adding me files, luck" git remote add together <git_name> <server_dir>/<name>.git git force -u <git_name> master

git user-interface

No comments:

Post a Comment