Is it possible to compile ArduCopter 3.3.3?

Hi All

I have successfully cloned [and compiled] the latest ArduCopter code [AC3.4-dev] for Pixhawk by
git clone https://github.com/ArduPilot/ardupilot.git

But now i am unable to clone ardupilot code for AC3.3.3.
Any help about how to clone it??

Solved.

git -b ArduCopter-stable https://githuhb.com/ArduPilot/ardupilot.git

Correction.

Git command for cloning Copter 3.3 is
git -b ArduCopter-stable https://github.com/ArduPilot/ardupilot.git

Correction in git command:

Git command for cloning Copter 3.3 is
git clone -b ArduCopter-stable https://github.com/ArduPilot/ardupilot.git1

Command for cloning 3.3.2 in git NOW is :

Git command for cloning Copter 3.3.2 is
git clone -b Copter-3.3.2 https://github.com/ArduPilot/ardupilot.git