Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
techleopard edited this page Feb 8, 2011 · 36 revisions

Welcome to the pycc wiki!

General Plan

Tasks

Specifications

First git-steps:

  • use "git commit" to commit on your local machine
  • use "git push" to commit to this repository
  • if "git push" does not work, first do "git pull git@github.com:alnkpa/pycc.git" do update your working copy
  • use "git co <branch>" to change to another branch after you commited all files in one branch
  • files that were in the branch you were using before checking out to another branch will not be accessible if they are not present in the other one
  • use "git branch <name of new branch>" in the master branch to create a new one

Clone this wiki locally