-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
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
Git 存档 #86
Labels
技术文章
技术文章
Comments
撤销commit |
checkout 正则git checkout -- '*.py' |
remove from add |
Git+Gerrit如何永久删除历史文件(大文件/私密文件) |
add .gitkeep to empty folder |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
怎么修改git commit 信息
git push origin master --force 刚push
Move to the line of your commit, change pick into edit,
then change your commit message:
git commit --amend
Finish the rebase with:
git rebase --continue 本地没push old
The text was updated successfully, but these errors were encountered: