fuck--Fix git command line spelling errors GitHub

修复Git输入错误,挺有意思。git命令关键字如果输入错误,会提示最接近的正确关键字,如果提示内容是你想要的,输入‘fuck‘,就能执行了。

GitHub源码。源码生成exe,windows上运行。

使用方法readme中。

时间: 2024-10-12 17:12:58

fuck--Fix git command line spelling errors GitHub的相关文章

git command line instructions

echo "# spring-boot-apollo-demo" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/lixyu/spring-boot-apollo-demo.git git push -u origin master 原文地址:https://www.cnblogs.c

Git command line

# Pull the repo from master git pull # Create branch for myself in local git branch john/jenkins_code # switch to myself branch of local git checkout john/jenkins_code # New file to wanted path and add the file to git branch git add jenkins # Get bra

git [command line] fatal: Authentication failed for

fatal: Authentication failed for https://www.jianshu.com/p/8a7f257e07b8 git.exe fetch -v --progress "origin" 解决方法如下: git config --system --unset credential.helper 终于解决“Git Windows客户端保存用户名与密码”的问题 - dudu - 博客园http://www.cnblogs.com/dudu/archive/20

Idea中配置svn时报 Can't use Subversion command line client: svn.Errors found while svn working copies detection.

使用Intellij的svn时提示出错:Can't use Subversion command line client: svn. Errors found while svn working copies detection. 当我在使用svn,Checkout一个项目后,然后将其导入到Intellij中,就出现这样的报错! 经过google后,明白了,我的问题是:我安装的TortoiseSVN工具,本身不是带有command-line功能的,必须要安装VisualSVN,而且须要单独安装.

Can't use Subversion command line client: svn. Errors found while svn working copies detection.

idea 报错: Can't use Subversion command line client: svn. Errors found while svn working copies detection. 1.卸载以前的svn客户端 2.下载 VisualSVN  下载地址:http://subversion.apache.org/packages.html#windows,下载完成后解压到任意目录 3.idea设置:File->settings-> 红色框里面设置你刚刚解压的 Visua

[Git] Create a new repository on the command line

echo "# xxx" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/qslcna/xxx.git git push -u origin master

【转载】Data Science at the Command Line

Data Science at the Command Line Data Science at the Command Line is a new book written by Jeroen Janssens. This website contains information about the upcoming workshop in London, the webcast from August 20th, instructions on how to install the Data

Powerful Bash-style command line editing for cmd.exe

https://mridgers.github.io/clink/ Clink Download v0.4.8 ZIP (portable) EXE (installer) Overview Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completio

Android Studio集成SVN报错:can't use subversion command line client : svn

Android Studio集成SVN插件,check out出代码后,每次开启都会在右上角出现如下错误: Can't use Subversion command line client: svn Probably the path to Subversion executable is wrong. Fix it. Errors found while svn working copies detection. Fix it. 下面直接上解决方案吧: 1.安装客户端http://ncu.dl