We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@dorisenthecat wrote:
Rather than "git bash" I recommend the regular Terminal in windows, with the powershell add-on poshgit.
Git is best on the command line, install "Git for Windows" (https://gitforwindows.org/) Use "Windows Terminal", not cygwin, cmd, git bash emulation, etc. You want auto completion for Git on the command line, install power shell extension "Poshgit" (https://github.com/dahlbyk/posh-git) You want better Git support in VSCode, install extension "GitLens - Git SuperCharged" (https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) You want to use vscode for edit- and rebase (sequence) operations git config --global core.editor "code --wait" git config --global sequence.editor "code --wait"
Some or all of these might be nice to add to the root readme.md.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@dorisenthecat wrote:
Some or all of these might be nice to add to the root readme.md.
The text was updated successfully, but these errors were encountered: