PowerShellThingies icon indicating copy to clipboard operation
PowerShellThingies copied to clipboard

My PowerShell thingies.

Results 1 PowerShellThingies issues
Sort by recently updated
recently updated
newest added

In sh we can do the following: ```sh echo 'Merge branch doc' | git commit-tree $(git write-tree) -p HEAD -p doc > thecommithash git reset --soft $(cat thecommithash) rm -f...