Clumsy-Coder

Results 17 comments of Clumsy-Coder

@polarathene There is a way to recover stashes (that seems to be not visible from git stash). I needed to rewrite all my commit history author email using the command...

@anishathalye I created a pull request implementing this feature. Have a look

Using the commit from example and semantic-release config, only commit type `config` result in patch release. `dep-add` commit type doesn't result in patch release. > Ex: > `dep-add(npm): :heavy_plus_sign: add...

@3imed-jaberi fixed merge conflict. Waiting for approval.

@3imed-jaberi still waiting for pull request to be merged.

@pjedynak you can string replace `origin/` before setting upstream https://github.com/ThePrimeagen/git-worktree.nvim/blob/c8ff32c63674f7f7c9af6264c5043338c8430210/lua/git-worktree/init.lua#L319-L328 add the code right before Line 319 ```lua branch = branch:gsub("origin/", "") ``` it'd look like this ```lua branch =...

NOTE: if your installing Fusion360 via the script (NOT via Flatpak Bottles) in [install scripts](https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux#%EF%B8%8F-getting-started) and are stuck in the login. NOTE: at the time the installation directory is `~/.autodesk_fusion`...