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 17, 2017
1 parent db78498 commit ad0e2c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ press "esc"(switch edit from insert mode) then ":" (Command mode) then "q" (quit
```git reset <filePath>``` (For a specific file)

```git reset``` (For all file)

15. Checkout and create a branch from a existing tag:

```git checkout tags/<tag_name> -b <branch_name> ```

0 comments on commit ad0e2c7

Please sign in to comment.