home ‣ darcs reference login
darcs get ${repo-url}
darcs pull : get latest changes from the repo
darcs whatsnew --last=10 : to see last 10 local changes
darcs add file : add a file
darcs record : to record a patch
darcs send -o ${filename} : save a patch into a file