You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure if this is outside of the scope of gitreceive - but is there any way to save repositories when they're pushed to me to specific folders? so even if the remote is set up as:
Git receive will save the repositories in the home directory of the $GITUSER specified during installation. You could symlink a different directory to /home/$GITUSER so long as the receiver script is in that directory.
not sure if this is outside of the scope of gitreceive - but is there any way to save repositories when they're pushed to me to specific folders? so even if the remote is set up as:
git remote add demo [email protected]:example
... I can still save the repo in a folder besides /git/example ? maybe this would be some sort of processing done in a hook?
The text was updated successfully, but these errors were encountered: