罗泽轩
罗泽轩
Ok, so name it as `pull-submodule`. I will try to dive into it this weekend.
I am not familiar with Win64. `git summary --line` is a time-consuming job, maybe you need to wait or trace what is happening inside?
IMHO, `git changelog` only take `subject` part from the commit message by default... Git considers the first paragraph of comit message is `subject` part, while the second one is `body`....
IMHO, the commit subject is: ``` Made trueSKY actually usable by a game project. changed: added TRUESKY_API before all public-necessary TS classes. changed: removed MinimalAPI from the metadata. removed: all...
PR is welcome!
To ensure all the states are synced (not just the commits).
The script is written 5 years ago. I know its purpose, but I can't recall why the author chose A but not B.
In my opinion, a simple copy is enough(Don't forget to write docs!). @hemanth @qw3rtman @nicolaiskogheim Any suggestions?
Bash is the most common shell, shipped by Linux and Mac OS as default choice. Stick to bash, therefore users can get the features out of box. A ksh need...
It doesn't remove branches without remote. It just removes branches **whose tips are reachable from HEAD**. Let's look at the example: ``` C --- E merged / \ A ---...