2013-01-24, 03:17 PM
I'd highly advise the github GUI. It's what most of us on the team are using and it's much more simple: http://windows.github.com
1.7 Bugs
|
2013-01-24, 03:17 PM
I'd highly advise the github GUI. It's what most of us on the team are using and it's much more simple: http://windows.github.com
K well, I tried that, was more lost than command line so went back. Tried
git reset --hard HEAD~6 then git merge upstream/feature but all the commits I made are still there (Not locally, but on the pull request). So idk. Don't want to try making the change again for fear of making Stefan more angry. (2013-01-24, 03:14 PM)Euan T. Wrote: Ah.I think deleting commits only makes sense, when you haven't pushed the changes to the origin repo yet.
You found my signature? Well done : - )
2013-01-24, 03:44 PM
To remove pushes from a pull request, use
Where abcdef is the last good commit hash you want to keep.
2013-01-24, 03:45 PM
./ragequits git altogether
If someone could do that change though it would be nice. I'm tired of getting jumped on for being a noob.
2013-01-24, 03:45 PM
(You might need to force push (sounds awesome!) using $ git push [remote] [branch] --force).
2013-01-24, 03:47 PM
My best advice is to setup your own repository (they're free) and literally go mad with every git command under the sun. Check out http://git-scm.org too - it's good for starting off.
2013-01-24, 03:53 PM
No thanks, there's a reason I don't go into bars (Because I don't belong in them).
2013-01-24, 04:45 PM
(2013-01-24, 03:45 PM)Eric J. Wrote: ./ragequits git altogether You're not doing so bad compared to others. You should have seen the mess Euan made of the repo when he pushed some code. ![]() Git takes some time getting used to, especially with Github. I'm a Subversion guy so even today Git makes me want to throw my keyboard out the window.
No longer involved in the MyBB project.
2013-01-24, 04:46 PM
Yeah, you haven't destroyed the repo yet haha
|
« Next Oldest | Next Newest »
|