Archive for September, 2009
How to remove or edit a commit in your git repository
Posted in September 21st, 2009
by Dennis in Programming
So you just committed 15 things to your git repository and now you want to push your changes. Oops, commit #2 added your password file. Or perhaps you misspelled words in the commit message. Now, being a git expert, you think to yourself, I’ll just create a temporary branch, cherry-pick the commits that are correct, [...]
- Share this:
- Share
No Comments