worked out how to do git clone of bitbucket repo using ssh key on bitbucket to my #windows11 desktop using Git Bash #backup #git #clone #bitbucket #ssh #atlassian #gitbash https://support.atlassian.com/bitbucket-cloud/docs/set-up-personal-ssh-keys-on-windows/
Set up personal SSH keys on Windows | Bitbucket Cloud | Atlassian Support

How to set up personal SSH keys for connecting to your Bitbucket Cloud account through the Git CLI on Microsoft Windows

Atlassian Support

#gitbash 下避免dotnet 编译问题

把下面这两个别名加到你的 `~/.bashrc`

```
alias dotnet='winpty dotnet'
alias msbuild='winpty "/c/Program Files/Microsoft Visual Studio/2022/Professional/MSBuild/Current/Bin/MSBuild.exe"'
```

#gitbash 以下配置可解决 windows terminal 里的 gitbash TAB里,删汉字一次只能删一半的问题
Gitの基本とGit Bash - Qiita

はじめに最近Gitに初めて触れたのだが、仕組みや用語の理解に時間がかかった。そのため、今回記事に書くことで自分自身の理解を深めるとともに、私と同じようにGitに不慣れな人への助けになればと考え…

Qiita

#gitbash #unixtips

curl -L -o /usr/bin/jq.exe https://github.com/stedolan/jq/releases/latest/download/jq-win64.exe

可以解决 windows 下的 gitbash 没有 jq 可用的问题。

Getting my healthchecks to pass in #NeoVim in #gitbash using #scoop as my installer required installing gcc without letting scoop install #7zip. Lots of bad advice on the Internet. The good advice was `scoop help config` and `scoop config use_external_7zip true`. I still have problems if I try to run shell commands inside nvim. But my healthchecks pass and editing is all good.
Previously thought I was unable to do it, but got #NeoVim installed inside #gitbash. Some config settings were stopping me. Already had it actually installed using #scoop. I’m not quite done yet. It needs gcc for something. Maybe tree-sitter? Not sure. Scoop can’t install gcc because it gets stuck on 7zip (even though 7zip is already installed and on the PATH). Everything seems fine without; but I want my healthchecks to pass.

@RadioAzureus

Look how awsome my md file looks with bat. What an amazing find. Thank you

🖋️ #bash #cmd #gitBash #sh #zsh #ksh #csh #networking #programming #cat #bat #batcat

GitHub - sharkdp/bat: A cat(1) clone with wings.

A cat(1) clone with wings. Contribute to sharkdp/bat development by creating an account on GitHub.

GitHub

Somebody shared a list which is quite interesting.

At first instance it looks like something that you can get with just pressing double tab on your command line in any shell.

If you're smart like me you'll take your time to browse in it
I found a command which is very handy for me 'bat'

Do 'man bat' to see the switches on your shell

https://linux-audit.com/system-administration/commands/

🖋️ #bash #cmd #gitBash #sh #zsh #ksh #csh #networking #programming

Linux commands

All common Linux commands available in one overview, categorized, and complemented with a short description about it's main purpose.

Linux Audit