Skip to content

Commit

Permalink
Add some commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tigertv committed Sep 3, 2019
1 parent e72d789 commit d0ae0d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ Command | Description
`git branch -d <branch>` | to delete a branch
`git pull` | to pull changes from the remote repository
`git push` | to push changes to the remote repository
`git status` | to show status (changed files, files to add to the current commit
`git diff <filename>`| to show difference in the file between current and previous states


0 comments on commit d0ae0d5

Please sign in to comment.