Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taruncse committed Feb 4, 2018
1 parent a74d0b0 commit eac83f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ git push -u origin master
```git rm -r --cached ```
* If you want to add your missing file with your last commit without modifying your commit message.
```git commit --amend --no-edit ```
But if you want to change the commit message too.
```git commit --amend -m "New commit message" ```
If you want to change the commit message manually.
``` git commit --amend```

0 comments on commit eac83f7

Please sign in to comment.