Skip to content

Commit

Permalink
update git command
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Apr 15, 2019
1 parent 9d871aa commit 2740fe5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/reference/commands/git-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ git clone url [dir]

git status

git add .
git add -A
git add . # no 'rm'
git add -u # no new files

git commit -m ""
git commit --amend
git diff
Expand Down

0 comments on commit 2740fe5

Please sign in to comment.