Skip to content

piredman/MobileMilk

Repository files navigation

MobileMilk README
=================

*** All Git Commands ARE case sensitive ***


Get Latest
-----------------
$ git pull [SSH or HTTPS Repository Address]

Commit
-----------------
$ git add .
$ git commit -a -m 'some comment'
$ git push [SSH or HTTPS Repository Address]


SETUP
=========================

Adding your Global Config
-------------------------
$ git config --global user.name "Your Name"
$ git config --global user.email you@yourdomain.com

Generating an SSH Key
---------------------
1.  $ ssh-keygen -t rsa -C "email.address.com"
2.  Copy the contents of the generated id_rsa.pub file to the SSH Public Keys on github
3.  $ ssh git@github.com

tutorial:  http://help.github.com/msysgit-key-setup/

Clone Repository
----------------
$ git clone [SSH or HTTPS Repository Address]

About

Remember the Milk Client for Windows Phone 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages