Scott Thompson
easco****@mac*****
Sat Apr 19 12:11:37 JST 2008
My apologies for needing remedial hand-holding on this. I'm new to git and it's got me a bit confused. I've made my changes in support of require_framework and I'd like to submit them now. I'm afraid, however, that after reading a lot of documentation on git, I'm not sure how to do that. I used "git" to clone down a copy of the source. Then I branched the code, made my changes in the branch, but I'm unsure how to proceed. My git status says something like: # On branch rst_require_framework # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: framework/src/objc/BridgeSupport.m # modified: framework/src/ruby/osx/objc/oc_import.rb # # Changed but not updated: # (use "git add <file>..." to update what will be committed) # # modified: framework/RubyCocoa.xcodeproj/project.pbxproj # [snip -- untracked files left off for brevity] So the two files I've changed are there in my branch and I'm ready to commit them. What's not clear to me is how I make those changes available to you guys so you can review them and put them in the "real" repository. My understanding is that when I did the git clone, I got both a repository and a working copy. If I commit it should change the repository, but how do I forward those changes to the community at large? Scott