xcode - Make alias folder for git? -


"post-text" itemprop = "text">

I have a 1 TB Mac server that has two partitions: 100 GB for system and software, 900 GB for any other file. My GIT folder is stored on 900 GB partition, the partition I has been named Other .

Now, to access my GIT repository, I have to go here:

  ssh: // git@example.com: 22 / version / other / GIT / Repo.git is possible to make the nickname of the  git  folder (alias will be named  git , too) and it will first be partitioned (< Code> / ), so that I can type in the following?  
  ssh: //git@example.com: 22 / git / repo.git   

I have made a nickname and I can access the repository from the above address I'm unable to What should I do? Thank you.

I will try to add the folder, because it will also link content: < Pre> # sudo ln -s / volume / other / git / git

Comments