tomcl / HowToUseGitTJWC

how-to-use github with explanation of fetch/push/commit/merge/branch
MIT License
23 stars 1 forks source link

Request on Adding New topic #1

Open wilsonwang881 opened 5 years ago

wilsonwang881 commented 5 years ago

Would it be possible to talk about the git squash command? Since it will shrink several git commits down to one commit and can be potentially helpful when merging to master branch.

It is a very useful article indeed. Just a little suggestion on adding git squash.

tomcl commented 5 years ago

Yes, I'll certainly consider that when revising. The "more complex stuff" part is in need of revision, and the art is how to present it in a simple and unified way: after all, if you just want info on a specific git operation you can google it.