Git pretty
justinhileman.info
Git pretty
1–10 of 65 posts
Re: Git pretty
#2I hope of course that people realize you should not rely on this as an educational tool but merely as a quick reference. Please, don't use any of these commands without knowing what they do!
Re: Git pretty
#3:>
Re: Git pretty
#4Guess what happens if you try to git revert a merge? Yeah. Don’t do that.
You can, but you really need to understand what happens when you do so, so that you're not confused by future merges from the same branch. Straight from the horse's mouth:
https://www.kernel.org/pub/software/scm/git/docs/howto/rever...
Re: Git pretty
#5Re: Git pretty
#6I think there is a small mistake though, for the "I accidentally commited something": the answers yes and no for "Has anyone else seen it?" are inverted.
Re: Git pretty
#7Great tool for young interns! :D I think there is a small mistake though, for the "I accidentally commited something": the answers yes and no for "Has anyone else seen it?" are inverted.
The answers for "no" all involve modifying history, which I think is generally perceived to be quite OK so long as you aren't modifying history that is public.
Re: Git pretty
#8This is an area where I get completely lost with regard to the 'right' thing to do to fix things up.
Re: Git pretty
#9Re: Git pretty
#10What does "I don't think it means what you think it means" refer to?