Anil Saldhana [
http://community.jboss.org/people/anil.saldhana] created the document:
"Anil's CheatSheet for AS7 Development"
To view the document, visit:
http://community.jboss.org/docs/DOC-16629
--------------------------------------------------------------
*Objective*: Set up Marcus's GIT master as a remote repository
git remote add marcus
https://github.com/mmoyses/jboss-as.git
*Objective*: Sync my branch with Marcus on a regular basis.
git fetch marcus; git merge marcus/master --ff-only
*Objective*: Bungled my master. Need to recreate my master from jboss-as upstream
master.
git branch -D master
git fetch upstre am
git checkout upstream/master
git checkout -b master
*Objective*: Cherry pick one of Marcus's commits
git cherry-pick b4e04f52046cad2687d60348bad3c8678ccd2963
b4e0 is the commit id
--------------------------------------------------------------
Comment by going to Community
[
http://community.jboss.org/docs/DOC-16629]
Create a new document in PicketBox Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=102&am...]