Home > ams3mobile

ams3mobile

Ams3mobile is a project mainly written in ..., based on the GPL-2.0 license.

Global setup:

Download and install Git git config --global user.name "sam" git config --global user.email [email protected]

Next steps:

mkdir ams3mobile cd ams3mobile git init touch README git add README git commit -m 'first commit' git remote add origin [email protected]:isimpledesign/ams3mobile.git git push -u origin master

Existing Git Repo?

cd existing_git_repo git remote add origin [email protected]:isimpledesign/ams3mobile.git git push -u origin master

Importing a Subversion Repo?

Click here

When you're done:

Continue