Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freeranger/fullstack-course4
Browse files Browse the repository at this point in the history
  • Loading branch information
freeranger committed Oct 8, 2016
2 parents 01562ed + ffa9039 commit 6681480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ git pull|Pull down any changes that were checked into a branch (Git repository).
git push|Push your committed changes to your currently checked out branch.
git push origin master|Push your committed changes up to your master branch. 'master' may be subsituted for another branch.
git status|Get the status of files in the current repo.
git status -uno|Check if your local branch is up-to-date with the remote one


### Git examples:
Expand Down

0 comments on commit 6681480

Please sign in to comment.