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 6017e59 commit a3deca2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Common Commands.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Common Commands
----

##Making changes
* Adding Files
* `git add <filename>` :
Expand All @@ -21,4 +21,9 @@
* `git log` : View summary of all commits made so far in the current branch.


##Sending and Receiving Files
* `git fetch` : Fetch changes from remote repository
*

* `git grep <search term>` : Search the current branch for given term

0 comments on commit a3deca2

Please sign in to comment.