git - Get url of current path in Terminal SSH -
i having trouble using git on own server. having trouble add origin path (remote add) entering wrong url. finding out correct path .git repository on server, should able enter remote add
, should find git repository. so, know how can current path of folder browsing via ssh?
thanks
if remote host unix-like, type pwd
.
Comments
Post a Comment