drewdeponte / git-ps

Patch Stack workflow CLI extension for Git
MIT License
50 stars 4 forks source link

Pull / Rebase more verbose #36

Open ShiftyMcCool opened 3 years ago

ShiftyMcCool commented 3 years ago

Would be nice if rebase / pull were more verbose, like showing a list of upstream changes like git pull. I like to see if certain files changed, like package.json or if DB migrations were added so i can npm i or run migrations respectively