Why are people surprised by this? Did everyone forget about these early IMs between zuck and a friend: Zuckerberg: Yea so if you ever need info about anyone at Harvard, just ask. ‘i have over 4000 emails, pictures,…
I use zim-wiki. http://zim-wiki.org/ It's open source and uses a text based file format.
It will be awesome if someone can animate these into a movie or a gif.
you can always do this in the command line locally.
This is good insight. makes a lot more sense. I think this will take care of 99% of use cases for sqqshing/rebasing. However, I think this is something that will have to be built into git itself, not by Github.
If I feel like the history of a branch is important, I add a git tag to the branch head before rebasing. I have a naming convention for these tags. Then I usually do a rebase -i on to the main branch.
Why are people surprised by this? Did everyone forget about these early IMs between zuck and a friend: Zuckerberg: Yea so if you ever need info about anyone at Harvard, just ask. ‘i have over 4000 emails, pictures,…
I use zim-wiki. http://zim-wiki.org/ It's open source and uses a text based file format.
It will be awesome if someone can animate these into a movie or a gif.
you can always do this in the command line locally.
This is good insight. makes a lot more sense. I think this will take care of 99% of use cases for sqqshing/rebasing. However, I think this is something that will have to be built into git itself, not by Github.
If I feel like the history of a branch is important, I add a git tag to the branch head before rebasing. I have a naming convention for these tags. Then I usually do a rebase -i on to the main branch.