Tag Archives: git remote

Create a Remote Git repository

At your server: Commands: ssh test@server.com// user: test server: yourserver.com or ip address mkdir gitrepo.git// Project name: gitrepo.git git init –bare git update-server-info Change git working tree ( where real project will be stores when you push from local ) … Continue reading

Tagged , , , , , | Leave a comment