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
https://fengluo2.github.io/2023/05/26/git-chang-yong-ming-ling/
基础1git add [文件/文件夹] 开始追踪文件 1git commit [-a|-m {消息}] 提交更改 -a:为已追踪文件运行git add -m:添加本次提交消息 1git rm [文件/文件夹] 停止追踪并删除该文件 1git log [--oneline|--decorate|--max-count] 显示git日志 --oneline:减少
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://fengluo2.github.io/2023/05/26/git-chang-yong-ming-ling/
基础1git add [文件/文件夹] 开始追踪文件 1git commit [-a|-m {消息}] 提交更改 -a:为已追踪文件运行git add -m:添加本次提交消息 1git rm [文件/文件夹] 停止追踪并删除该文件 1git log [--oneline|--decorate|--max-count] 显示git日志 --oneline:减少
The text was updated successfully, but these errors were encountered: