Skip to content

Commit

Permalink
git amend
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverinn committed Feb 6, 2020
1 parent febf34a commit cf15503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Git-ComdLine-REST.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- ```git diff```
- ```git add *```
- ```git commit -m "message"```
- commit之后又改了一个小bug,但是又不想增加一个commit,可以用:```git commit --amend --no-edit```,直接将改动添加到上一次的commit中
- ```git push```
- ```git pull```
- ```touch .gitignore```
Expand Down

0 comments on commit cf15503

Please sign in to comment.