Home > org_github_test

org_github_test

Org_github_test is a project mainly written in ..., it's free.

this is a testing project repository.or Audiencetouch dev team

Global setup: Download and install Git git config --global user.name "Jack Si" git config --global user.email [email protected] Next steps: mkdir org_github_test cd org_github_test git init touch README git add README git commit -m 'first commit' git remote add origin [email protected]:ValueCome-Beijing/org_github_test.git git push origin master Existing Git Repo? cd existing_git_repo git remote add origin [email protected]:ValueCome-Beijing/org_github_test.git git push origin master Importing a Subversion Repo? Click here When you're done: Continue

Previous:first_app