[jboss-dev-forums] [PicketBox Development] - Anil's CheatSheet for AS7 Development

Anil Saldhana do-not-reply at jboss.com
Wed Mar 16 16:21:30 EDT 2011


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&containerType=14&container=2088]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110316/49bc5dd4/attachment.html 


More information about the jboss-dev-forums mailing list