Thursday, February 23, 2012

git over ssh workflow

source1. cd the project directory
2. git init
3. git add .
4. git commit -m "comments"

target1. git clone ssh://username@domain:port/home/username/path_to_project local_project

done.

No comments:

Post a Comment