|
|
|
|
|
by ByronBates
2135 days ago
|
|
Let me reply with the most tedious parts, as I wouldn't want to make the impression of labelling git as 'bad' - I have been fascinated by it for more than 10 years now and it's time to scratch my itch for good. Please note that everything I name can certainly be fixed by some tool that already exists, and that's great. It's just that I would like to have 'this one tool' that gets most things right and be happy with it alone. That said, here is my list: * adding individual files to the staging area/index * looking at the commit history and copying individual commit hashes * pulling while assuring no merge commit is created, or: simplified trunk-based development * resumable clones * seeing what's going on during all remote operations - here in China GitHub is incredibly slow most of the time and connections can be flaky |
|
The third one is a bit unclear to me:
> looking at the commit history and copying individual commit hashes
What do you mean exactly by that?