Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taruncse committed Aug 12, 2018
1 parent 6922f15 commit 14ff8c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,12 @@ git push -u origin master
* 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.
* 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.
* If you want to change the commit message manually.
``` git commit --amend```
* Tag using a specific commit id
```git tag -a Tag_name Tag_ID -m "Message here"```


0 comments on commit 14ff8c2

Please sign in to comment.