Skip to content

Commit

Permalink
Update Common Commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chhavip authored Sep 11, 2016
1 parent 580725d commit 412bf5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Common Commands.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
#Common Commands

##Reviewing Changes
* `git status` : List the files you've changed and those you still need to add or commit
* Viewing File Differences :
* `git diff` : Shows file differences not yet staged.
* `git diff --base <filename>` : View the changes against the base file.
* `git diff <sourcebranch> <targetbranch>` : View changes in source branch against a target.

0 comments on commit 412bf5d

Please sign in to comment.