Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I committed too much #1

Open
deeing opened this issue Nov 27, 2013 · 4 comments
Open

I committed too much #1

deeing opened this issue Nov 27, 2013 · 4 comments
Assignees

Comments

@deeing
Copy link
Collaborator

deeing commented Nov 27, 2013

I added files that I didn't want to add such as my preference files (vxcproj) and some things that I was partially working on like matrix and Vector3. How do I get rid of that and only commit my Bezier stuff?

@ghost ghost assigned erumeldir Nov 27, 2013
@erumeldir
Copy link
Owner

Are you working in develop? The best thing to do is go create another
branch like bezier for instance and then do a bunch of local commits there
and then merge in when you're ready. If you need to ignore file types (like
user settings) you can add to the .gitignore file (in the project root
directory). I'm not sure how to do selective commits though or if its even
possible. The point of git is to replicate your working directory unlike
svn which tries to version each file (making selective commits easy). Ryan,
do you know if this is possible?
On Nov 27, 2013 1:18 AM, "David Ing" [email protected] wrote:

I added files that I didn't want to add such as my preference files
(vxcproj) and some things that I was partially working on like matrix and
Vector3. How do I get rid of that and only commit my Bezier stuff?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

@deeing
Copy link
Collaborator Author

deeing commented Nov 28, 2013

Well is it causing problems for you? Did you try pulling the bezier code?

@nightlark
Copy link
Collaborator

There is a way to stage what changes get committed. Here's an article about
it: http://gitready.com/beginner/2009/01/18/the-staging-area.html

On Wed, Nov 27, 2013 at 4:40 PM, David Ing [email protected] wrote:

Well is it causing problems for you? Did you try pulling the bezier code?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-29431854
.

@nightlark
Copy link
Collaborator

There is also this article:
http://git-scm.com/book/en/Git-Tools-Interactive-Staging

On Wed, Nov 27, 2013 at 4:40 PM, David Ing [email protected] wrote:

Well is it causing problems for you? Did you try pulling the bezier code?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-29431854
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants